Shades of Lavender Rose #FCB9EF
Tints of Lavender Rose #FCB9EF
RGB
CMYK
RGB Variations
Color information
#FCB9EF (or 0xFCB9EF) is known color: Lavender Rose. HEX triplet: FC, B9 and EF. RGB value is (252,185,239). Sum of RGB (Red+Green+Blue) = 252+185+239=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9EF is #034610. Grayscale: #D3D3D3. Windows color (decimal): -214545 or 15710716. OLE color: 15710716.
HSL color Cylindrical-coordinate representation of color #FCB9EF: hue angle of 311.64º 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 #FCB9EF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 239 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.01 |
| HSL | 311.64º | 0.92% | 0.86% | - |
| HSV(B) | 311.64º | 0.27% | 0.99% | - |
| XYZ | 73.07 | 61.63 | 89.7 | - |
| YUV | 211.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 239 | 0 | 0.27 | 0.05 | 0.01 | 311.64 | 0.92 | 0.86 |
| Hex | FC | B9 | EF | 0 | 1B | 5 | 1 | 138 | 5C | 56 |
| Octal | 374 | 271 | 357 | 0 | 33 | 5 | 1 | 470 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11101111 | 0 | 11011 | 101 | 1 | 100111000 | 1011100 | 1010110 |
Color Harmonies of #FCB9EF
Complementary color
Monochromatic Colors of #FCB9EF
Black with #FCB9EF
Text Example
Text Example
White with #FCB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9EF; }
p { color: rgb(252,185,239); }
H1.HeaderClassName
{
color: #FCB9EF;
}
.AnyTagClassName
{
color: #FCB9EF;
}
</style>
background-color css
<style>
a { background-color: #FCB9EF; }
a { background-color: rgb(252,185,239); }
div.DivClassName
{
background-color: #FCB9EF;
}
.BgClassName
{
background-color: #FCB9EF;
}
</style>
border-color css
<style>
span { border-color: #FCB9EF; }
span { border-color: rgb(252,185,239); }
td.TdClassName
{
border-color: #FCB9EF;
}
.TagClassName
{
border-color: #FCB9EF;
}
</style>