Shades of Lavender Rose #FCBCE9
Tints of Lavender Rose #FCBCE9
RGB
CMYK
RGB Variations
Color information
#FCBCE9 (or 0xFCBCE9) is known color: Lavender Rose. HEX triplet: FC, BC and E9. RGB value is (252,188,233). Sum of RGB (Red+Green+Blue) = 252+188+233=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCE9 is #034316. Grayscale: #D4D4D4. Windows color (decimal): -213783 or 15318268. OLE color: 15318268.
HSL color Cylindrical-coordinate representation of color #FCBCE9: hue angle of 317.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCE9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 233 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.01 |
| HSL | 317.81º | 0.91% | 0.86% | - |
| HSV(B) | 317.81º | 0.25% | 0.99% | - |
| XYZ | 72.84 | 62.55 | 85.32 | - |
| YUV | 212.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 233 | 0 | 0.25 | 0.08 | 0.01 | 317.81 | 0.91 | 0.86 |
| Hex | FC | BC | E9 | 0 | 19 | 8 | 1 | 13E | 5B | 56 |
| Octal | 374 | 274 | 351 | 0 | 31 | 10 | 1 | 476 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11101001 | 0 | 11001 | 1000 | 1 | 100111110 | 1011011 | 1010110 |
Color Harmonies of #FCBCE9
Complementary color
Monochromatic Colors of #FCBCE9
Black with #FCBCE9
Text Example
Text Example
White with #FCBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCE9; }
p { color: rgb(252,188,233); }
H1.HeaderClassName
{
color: #FCBCE9;
}
.AnyTagClassName
{
color: #FCBCE9;
}
</style>
background-color css
<style>
a { background-color: #FCBCE9; }
a { background-color: rgb(252,188,233); }
div.DivClassName
{
background-color: #FCBCE9;
}
.BgClassName
{
background-color: #FCBCE9;
}
</style>
border-color css
<style>
span { border-color: #FCBCE9; }
span { border-color: rgb(252,188,233); }
td.TdClassName
{
border-color: #FCBCE9;
}
.TagClassName
{
border-color: #FCBCE9;
}
</style>