Shades of Lavender Rose #FCBBEF
Tints of Lavender Rose #FCBBEF
RGB
CMYK
RGB Variations
Color information
#FCBBEF (or 0xFCBBEF) is known color: Lavender Rose. HEX triplet: FC, BB and EF. RGB value is (252,187,239). Sum of RGB (Red+Green+Blue) = 252+187+239=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEF is #034410. Grayscale: #D4D4D4. Windows color (decimal): -214033 or 15711228. OLE color: 15711228.
HSL color Cylindrical-coordinate representation of color #FCBBEF: hue angle of 312º 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 #FCBBEF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 239 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.01 |
| HSL | 312º | 0.92% | 0.86% | - |
| HSV(B) | 312º | 0.26% | 0.99% | - |
| XYZ | 73.5 | 62.47 | 89.85 | - |
| YUV | 212.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 239 | 0 | 0.26 | 0.05 | 0.01 | 312 | 0.92 | 0.86 |
| Hex | FC | BB | EF | 0 | 1A | 5 | 1 | 138 | 5C | 56 |
| Octal | 374 | 273 | 357 | 0 | 32 | 5 | 1 | 470 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11101111 | 0 | 11010 | 101 | 1 | 100111000 | 1011100 | 1010110 |
Color Harmonies of #FCBBEF
Complementary color
Monochromatic Colors of #FCBBEF
Black with #FCBBEF
Text Example
Text Example
White with #FCBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBEF; }
p { color: rgb(252,187,239); }
H1.HeaderClassName
{
color: #FCBBEF;
}
.AnyTagClassName
{
color: #FCBBEF;
}
</style>
background-color css
<style>
a { background-color: #FCBBEF; }
a { background-color: rgb(252,187,239); }
div.DivClassName
{
background-color: #FCBBEF;
}
.BgClassName
{
background-color: #FCBBEF;
}
</style>
border-color css
<style>
span { border-color: #FCBBEF; }
span { border-color: rgb(252,187,239); }
td.TdClassName
{
border-color: #FCBBEF;
}
.TagClassName
{
border-color: #FCBBEF;
}
</style>