Shades of Lavender Rose #FC9EFB
Tints of Lavender Rose #FC9EFB
RGB
CMYK
RGB Variations
Color information
#FC9EFB (or 0xFC9EFB) is known color: Lavender Rose. HEX triplet: FC, 9E and FB. RGB value is (252,158,251). Sum of RGB (Red+Green+Blue) = 252+158+251=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 158 (62.11% from 255 or 23.90% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EFB is #036104. Grayscale: #C4C4C4. Windows color (decimal): -221445 or 16490236. OLE color: 16490236.
HSL color Cylindrical-coordinate representation of color #FC9EFB: hue angle of 300.64º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EFB is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 251 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.01 |
| HSL | 300.64º | 0.94% | 0.8% | - |
| HSV(B) | 300.64º | 0.37% | 0.99% | - |
| XYZ | 69.78 | 52.11 | 97.65 | - |
| YUV | 196.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 251 | 0 | 0.37 | 0.00 | 0.01 | 300.64 | 0.94 | 0.8 |
| Hex | FC | 9E | FB | 0 | 25 | 0 | 1 | 12D | 5E | 50 |
| Octal | 374 | 236 | 373 | 0 | 45 | 0 | 1 | 455 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11111011 | 0 | 100101 | 0 | 1 | 100101101 | 1011110 | 1010000 |
Color Harmonies of #FC9EFB
Complementary color
Monochromatic Colors of #FC9EFB
Black with #FC9EFB
Text Example
Text Example
White with #FC9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EFB; }
p { color: rgb(252,158,251); }
H1.HeaderClassName
{
color: #FC9EFB;
}
.AnyTagClassName
{
color: #FC9EFB;
}
</style>
background-color css
<style>
a { background-color: #FC9EFB; }
a { background-color: rgb(252,158,251); }
div.DivClassName
{
background-color: #FC9EFB;
}
.BgClassName
{
background-color: #FC9EFB;
}
</style>
border-color css
<style>
span { border-color: #FC9EFB; }
span { border-color: rgb(252,158,251); }
td.TdClassName
{
border-color: #FC9EFB;
}
.TagClassName
{
border-color: #FC9EFB;
}
</style>