#FCB5FC

Color #FCB5FC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FCB5FC

Tints of Lavender Rose #FCB5FC

Color information

#FCB5FC (or 0xFCB5FC) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and FC. RGB value is (252,181,252). Sum of RGB (Red+Green+Blue) = 252+181+252=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FC is #034A03. Grayscale: #D2D2D2. Windows color (decimal): -215556 or 16561660. OLE color: 16561660.

HSL color Cylindrical-coordinate representation of color #FCB5FC: hue angle of 300º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5FC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252181252-
CMYK00.2800.01
HSL300º92.21%84.9%-
HSV(B)300º28.17%98.82%-
XYZ74.2460.7799.91-
YUV210.32151.52157.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 181 (71.09% from 255) = 26.42%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=36.79%
G=26.42%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218125200.2800.0130092.2184.9
HexFCB5FC01C0112c5c55
Octal37426537403401454134125
Binary1111110010110101111111000111000110010110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5FC; }

 p { color: rgb(252,181,252); }

 H1.HeaderClassName
 {
   color: #FCB5FC;
 }
 .AnyTagClassName
 {
   color: #FCB5FC;
 }
</style>
background-color css

<style>
 a { background-color: #FCB5FC; }

 a { background-color: rgb(252,181,252); }

 div.DivClassName
 {
   background-color: #FCB5FC;
 }
 .BgClassName
 {
   background-color: #FCB5FC;
 }
</style>
border-color css

<style>
 span { border-color: #FCB5FC; }

 span { border-color: rgb(252,181,252); }

 td.TdClassName
 {
   border-color: #FCB5FC;
 }
 .TagClassName
 {
   border-color: #FCB5FC;
 }
</style>