Shades of Lavender Rose #FCBBE7
Tints of Lavender Rose #FCBBE7
RGB
CMYK
RGB Variations
Color information
#FCBBE7 (or 0xFCBBE7) is known color: Lavender Rose. HEX triplet: FC, BB and E7. RGB value is (252,187,231). Sum of RGB (Red+Green+Blue) = 252+187+231=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBE7 is #034418. Grayscale: #D3D3D3. Windows color (decimal): -214041 or 15186940. OLE color: 15186940.
HSL color Cylindrical-coordinate representation of color #FCBBE7: hue angle of 319.38º 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 #FCBBE7 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 231 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 319.38º | 0.92% | 0.86% | - |
| HSV(B) | 319.38º | 0.26% | 0.99% | - |
| XYZ | 72.34 | 62.01 | 83.76 | - |
| YUV | 211.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 231 | 0 | 0.26 | 0.08 | 0.01 | 319.38 | 0.92 | 0.86 |
| Hex | FC | BB | E7 | 0 | 1A | 8 | 1 | 13F | 5C | 56 |
| Octal | 374 | 273 | 347 | 0 | 32 | 10 | 1 | 477 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11100111 | 0 | 11010 | 1000 | 1 | 100111111 | 1011100 | 1010110 |
Color Harmonies of #FCBBE7
Complementary color
Monochromatic Colors of #FCBBE7
Black with #FCBBE7
Text Example
Text Example
White with #FCBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBE7; }
p { color: rgb(252,187,231); }
H1.HeaderClassName
{
color: #FCBBE7;
}
.AnyTagClassName
{
color: #FCBBE7;
}
</style>
background-color css
<style>
a { background-color: #FCBBE7; }
a { background-color: rgb(252,187,231); }
div.DivClassName
{
background-color: #FCBBE7;
}
.BgClassName
{
background-color: #FCBBE7;
}
</style>
border-color css
<style>
span { border-color: #FCBBE7; }
span { border-color: rgb(252,187,231); }
td.TdClassName
{
border-color: #FCBBE7;
}
.TagClassName
{
border-color: #FCBBE7;
}
</style>