Shades of Lavender Rose #FCB9E6
Tints of Lavender Rose #FCB9E6
RGB
CMYK
RGB Variations
Color information
#FCB9E6 (or 0xFCB9E6) is known color: Lavender Rose. HEX triplet: FC, B9 and E6. RGB value is (252,185,230). Sum of RGB (Red+Green+Blue) = 252+185+230=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9E6 is #034619. Grayscale: #D2D2D2. Windows color (decimal): -214554 or 15120892. OLE color: 15120892.
HSL color Cylindrical-coordinate representation of color #FCB9E6: hue angle of 319.7º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9E6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 230 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.01 |
| HSL | 319.7º | 0.92% | 0.86% | - |
| HSV(B) | 319.7º | 0.27% | 0.99% | - |
| XYZ | 71.78 | 61.11 | 82.87 | - |
| YUV | 210.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 230 | 0 | 0.27 | 0.09 | 0.01 | 319.7 | 0.92 | 0.86 |
| Hex | FC | B9 | E6 | 0 | 1B | 9 | 1 | 140 | 5C | 56 |
| Octal | 374 | 271 | 346 | 0 | 33 | 11 | 1 | 500 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11100110 | 0 | 11011 | 1001 | 1 | 101000000 | 1011100 | 1010110 |
Color Harmonies of #FCB9E6
Complementary color
Monochromatic Colors of #FCB9E6
Black with #FCB9E6
Text Example
Text Example
White with #FCB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9E6; }
p { color: rgb(252,185,230); }
H1.HeaderClassName
{
color: #FCB9E6;
}
.AnyTagClassName
{
color: #FCB9E6;
}
</style>
background-color css
<style>
a { background-color: #FCB9E6; }
a { background-color: rgb(252,185,230); }
div.DivClassName
{
background-color: #FCB9E6;
}
.BgClassName
{
background-color: #FCB9E6;
}
</style>
border-color css
<style>
span { border-color: #FCB9E6; }
span { border-color: rgb(252,185,230); }
td.TdClassName
{
border-color: #FCB9E6;
}
.TagClassName
{
border-color: #FCB9E6;
}
</style>