#FCB1E6

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

Shades of Lavender Rose #FCB1E6

Tints of Lavender Rose #FCB1E6

Color information

#FCB1E6 (or 0xFCB1E6) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and E6. RGB value is (252,177,230). Sum of RGB (Red+Green+Blue) = 252+177+230=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1E6 is #034E19. Grayscale: #CDCDCD. Windows color (decimal): -216602 or 15118844. OLE color: 15118844.

HSL color Cylindrical-coordinate representation of color #FCB1E6: hue angle of 317.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1E6 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252177230-
CMYK00.300.090.01
HSL317.6º92.59%84.12%-
HSV(B)317.6º29.76%98.82%-
XYZ70.1557.8582.33-
YUV205.47141.85161.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 177 (69.53% from 255) = 26.86%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=38.24%
G=26.86%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217723000.300.090.01317.692.5984.12
HexFCB1E601E9113e5d54
Octal374261346036111476135124
Binary1111110010110001111001100111101001110011111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1E6; }

 p { color: rgb(252,177,230); }

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

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

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

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

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

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

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