Shades of Lavender Rose #FCBBE9
Tints of Lavender Rose #FCBBE9
RGB
CMYK
RGB Variations
Color information
#FCBBE9 (or 0xFCBBE9) is known color: Lavender Rose. HEX triplet: FC, BB and E9. RGB value is (252,187,233). Sum of RGB (Red+Green+Blue) = 252+187+233=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBE9 is #034416. Grayscale: #D3D3D3. Windows color (decimal): -214039 or 15318012. OLE color: 15318012.
HSL color Cylindrical-coordinate representation of color #FCBBE9: hue angle of 317.54º 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 #FCBBE9 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 233 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 317.54º | 0.92% | 0.86% | - |
| HSV(B) | 317.54º | 0.26% | 0.99% | - |
| XYZ | 72.62 | 62.12 | 85.25 | - |
| YUV | 211.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 233 | 0 | 0.26 | 0.08 | 0.01 | 317.54 | 0.92 | 0.86 |
| Hex | FC | BB | E9 | 0 | 1A | 8 | 1 | 13E | 5C | 56 |
| Octal | 374 | 273 | 351 | 0 | 32 | 10 | 1 | 476 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11101001 | 0 | 11010 | 1000 | 1 | 100111110 | 1011100 | 1010110 |
Color Harmonies of #FCBBE9
Complementary color
Monochromatic Colors of #FCBBE9
Black with #FCBBE9
Text Example
Text Example
White with #FCBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBE9; }
p { color: rgb(252,187,233); }
H1.HeaderClassName
{
color: #FCBBE9;
}
.AnyTagClassName
{
color: #FCBBE9;
}
</style>
background-color css
<style>
a { background-color: #FCBBE9; }
a { background-color: rgb(252,187,233); }
div.DivClassName
{
background-color: #FCBBE9;
}
.BgClassName
{
background-color: #FCBBE9;
}
</style>
border-color css
<style>
span { border-color: #FCBBE9; }
span { border-color: rgb(252,187,233); }
td.TdClassName
{
border-color: #FCBBE9;
}
.TagClassName
{
border-color: #FCBBE9;
}
</style>