Shades of Lavender Rose #FCBBEC
Tints of Lavender Rose #FCBBEC
RGB
CMYK
RGB Variations
Color information
#FCBBEC (or 0xFCBBEC) is known color: Lavender Rose. HEX triplet: FC, BB and EC. RGB value is (252,187,236). Sum of RGB (Red+Green+Blue) = 252+187+236=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEC is #034413. Grayscale: #D3D3D3. Windows color (decimal): -214036 or 15514620. OLE color: 15514620.
HSL color Cylindrical-coordinate representation of color #FCBBEC: hue angle of 314.77º 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 #FCBBEC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 236 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.01 |
| HSL | 314.77º | 0.92% | 0.86% | - |
| HSV(B) | 314.77º | 0.26% | 0.99% | - |
| XYZ | 73.06 | 62.29 | 87.53 | - |
| YUV | 212.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 236 | 0 | 0.26 | 0.06 | 0.01 | 314.77 | 0.92 | 0.86 |
| Hex | FC | BB | EC | 0 | 1A | 6 | 1 | 13B | 5C | 56 |
| Octal | 374 | 273 | 354 | 0 | 32 | 6 | 1 | 473 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11101100 | 0 | 11010 | 110 | 1 | 100111011 | 1011100 | 1010110 |
Color Harmonies of #FCBBEC
Complementary color
Monochromatic Colors of #FCBBEC
Black with #FCBBEC
Text Example
Text Example
White with #FCBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBEC; }
p { color: rgb(252,187,236); }
H1.HeaderClassName
{
color: #FCBBEC;
}
.AnyTagClassName
{
color: #FCBBEC;
}
</style>
background-color css
<style>
a { background-color: #FCBBEC; }
a { background-color: rgb(252,187,236); }
div.DivClassName
{
background-color: #FCBBEC;
}
.BgClassName
{
background-color: #FCBBEC;
}
</style>
border-color css
<style>
span { border-color: #FCBBEC; }
span { border-color: rgb(252,187,236); }
td.TdClassName
{
border-color: #FCBBEC;
}
.TagClassName
{
border-color: #FCBBEC;
}
</style>