Shades of Lavender Rose #FCBBE8
Tints of Lavender Rose #FCBBE8
RGB
CMYK
RGB Variations
Color information
#FCBBE8 (or 0xFCBBE8) is known color: Lavender Rose. HEX triplet: FC, BB and E8. RGB value is (252,187,232). Sum of RGB (Red+Green+Blue) = 252+187+232=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBE8 is #034417. Grayscale: #D3D3D3. Windows color (decimal): -214040 or 15252476. OLE color: 15252476.
HSL color Cylindrical-coordinate representation of color #FCBBE8: hue angle of 318.46º 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 #FCBBE8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 232 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 318.46º | 0.92% | 0.86% | - |
| HSV(B) | 318.46º | 0.26% | 0.99% | - |
| XYZ | 72.48 | 62.06 | 84.5 | - |
| YUV | 211.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 232 | 0 | 0.26 | 0.08 | 0.01 | 318.46 | 0.92 | 0.86 |
| Hex | FC | BB | E8 | 0 | 1A | 8 | 1 | 13E | 5C | 56 |
| Octal | 374 | 273 | 350 | 0 | 32 | 10 | 1 | 476 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11101000 | 0 | 11010 | 1000 | 1 | 100111110 | 1011100 | 1010110 |
Color Harmonies of #FCBBE8
Complementary color
Monochromatic Colors of #FCBBE8
Black with #FCBBE8
Text Example
Text Example
White with #FCBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBE8; }
p { color: rgb(252,187,232); }
H1.HeaderClassName
{
color: #FCBBE8;
}
.AnyTagClassName
{
color: #FCBBE8;
}
</style>
background-color css
<style>
a { background-color: #FCBBE8; }
a { background-color: rgb(252,187,232); }
div.DivClassName
{
background-color: #FCBBE8;
}
.BgClassName
{
background-color: #FCBBE8;
}
</style>
border-color css
<style>
span { border-color: #FCBBE8; }
span { border-color: rgb(252,187,232); }
td.TdClassName
{
border-color: #FCBBE8;
}
.TagClassName
{
border-color: #FCBBE8;
}
</style>