#FCBBEA

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

Shades of Lavender Rose #FCBBEA

Tints of Lavender Rose #FCBBEA

Color information

#FCBBEA (or 0xFCBBEA) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and EA. RGB value is (252,187,234). Sum of RGB (Red+Green+Blue) = 252+187+234=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEA is #034415. Grayscale: #D3D3D3. Windows color (decimal): -214038 or 15383548. OLE color: 15383548.

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

Color convert

RGB252187234-
CMYK00.260.070.01
HSL316.62º91.55%86.08%-
HSV(B)316.62º25.79%98.82%-
XYZ72.7762.1886.01-
YUV211.79140.53156.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 187 (73.44% from 255) = 27.79%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=37.44%
G=27.79%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218723400.260.070.01316.6291.5586.08
HexFCBBEA01A7113d5c56
Octal37427335203271475134126
Binary111111001011101111101010011010111110011110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBEA; }

 p { color: rgb(252,187,234); }

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

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

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

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

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

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

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