Shades of Lavender Rose #FC9BDF
Tints of Lavender Rose #FC9BDF
RGB
CMYK
RGB Variations
Color information
#FC9BDF (or 0xFC9BDF) is known color: Lavender Rose. HEX triplet: FC, 9B and DF. RGB value is (252,155,223). Sum of RGB (Red+Green+Blue) = 252+155+223=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BDF is #036420. Grayscale: #BFBFBF. Windows color (decimal): -222241 or 14654460. OLE color: 14654460.
HSL color Cylindrical-coordinate representation of color #FC9BDF: hue angle of 317.94º 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 #FC9BDF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 223 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.01 |
| HSL | 317.94º | 0.94% | 0.8% | - |
| HSV(B) | 317.94º | 0.38% | 0.99% | - |
| XYZ | 65.19 | 49.47 | 75.92 | - |
| YUV | 191.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 223 | 0 | 0.38 | 0.12 | 0.01 | 317.94 | 0.94 | 0.8 |
| Hex | FC | 9B | DF | 0 | 26 | C | 1 | 13E | 5E | 50 |
| Octal | 374 | 233 | 337 | 0 | 46 | 14 | 1 | 476 | 136 | 120 |
| Binary | 11111100 | 10011011 | 11011111 | 0 | 100110 | 1100 | 1 | 100111110 | 1011110 | 1010000 |
Color Harmonies of #FC9BDF
Complementary color
Monochromatic Colors of #FC9BDF
Black with #FC9BDF
Text Example
Text Example
White with #FC9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BDF; }
p { color: rgb(252,155,223); }
H1.HeaderClassName
{
color: #FC9BDF;
}
.AnyTagClassName
{
color: #FC9BDF;
}
</style>
background-color css
<style>
a { background-color: #FC9BDF; }
a { background-color: rgb(252,155,223); }
div.DivClassName
{
background-color: #FC9BDF;
}
.BgClassName
{
background-color: #FC9BDF;
}
</style>
border-color css
<style>
span { border-color: #FC9BDF; }
span { border-color: rgb(252,155,223); }
td.TdClassName
{
border-color: #FC9BDF;
}
.TagClassName
{
border-color: #FC9BDF;
}
</style>