#FCB1E0

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

Shades of Lavender Rose #FCB1E0

Tints of Lavender Rose #FCB1E0

Color information

#FCB1E0 (or 0xFCB1E0) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and E0. RGB value is (252,177,224). Sum of RGB (Red+Green+Blue) = 252+177+224=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1E0 is #034E1F. Grayscale: #CCCCCC. Windows color (decimal): -216608 or 14725628. OLE color: 14725628.

HSL color Cylindrical-coordinate representation of color #FCB1E0: hue angle of 322.4º 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 #FCB1E0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252177224-
CMYK00.300.110.01
HSL322.4º92.59%84.12%-
HSV(B)322.4º29.76%98.82%-
XYZ69.3257.5277.97-
YUV204.78138.85161.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=38.59%
G=27.11%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217722400.300.110.01322.492.5984.12
HexFCB1E001EB11425d54
Octal374261340036131502135124
Binary1111110010110001111000000111101011110100001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1E0; }

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

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

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

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

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

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

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

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