Shades of Lavender Rose #FC9BF8
Tints of Lavender Rose #FC9BF8
RGB
CMYK
RGB Variations
Color information
#FC9BF8 (or 0xFC9BF8) is known color: Lavender Rose. HEX triplet: FC, 9B and F8. RGB value is (252,155,248). Sum of RGB (Red+Green+Blue) = 252+155+248=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 155 (60.94% from 255 or 23.66% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BF8 is #036407. Grayscale: #C2C2C2. Windows color (decimal): -222216 or 16292860. OLE color: 16292860.
HSL color Cylindrical-coordinate representation of color #FC9BF8: hue angle of 302.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BF8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 248 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.01 |
| HSL | 302.47º | 0.94% | 0.8% | - |
| HSV(B) | 302.47º | 0.38% | 0.99% | - |
| XYZ | 68.81 | 50.92 | 95.01 | - |
| YUV | 194.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 248 | 0 | 0.38 | 0.02 | 0.01 | 302.47 | 0.94 | 0.8 |
| Hex | FC | 9B | F8 | 0 | 26 | 2 | 1 | 12E | 5E | 50 |
| Octal | 374 | 233 | 370 | 0 | 46 | 2 | 1 | 456 | 136 | 120 |
| Binary | 11111100 | 10011011 | 11111000 | 0 | 100110 | 10 | 1 | 100101110 | 1011110 | 1010000 |
Color Harmonies of #FC9BF8
Complementary color
Monochromatic Colors of #FC9BF8
Black with #FC9BF8
Text Example
Text Example
White with #FC9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BF8; }
p { color: rgb(252,155,248); }
H1.HeaderClassName
{
color: #FC9BF8;
}
.AnyTagClassName
{
color: #FC9BF8;
}
</style>
background-color css
<style>
a { background-color: #FC9BF8; }
a { background-color: rgb(252,155,248); }
div.DivClassName
{
background-color: #FC9BF8;
}
.BgClassName
{
background-color: #FC9BF8;
}
</style>
border-color css
<style>
span { border-color: #FC9BF8; }
span { border-color: rgb(252,155,248); }
td.TdClassName
{
border-color: #FC9BF8;
}
.TagClassName
{
border-color: #FC9BF8;
}
</style>