Shades of Lavender Rose #FC9ADB
Tints of Lavender Rose #FC9ADB
RGB
CMYK
RGB Variations
Color information
#FC9ADB (or 0xFC9ADB) is known color: Lavender Rose. HEX triplet: FC, 9A and DB. RGB value is (252,154,219). Sum of RGB (Red+Green+Blue) = 252+154+219=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ADB is #036524. Grayscale: #BEBEBE. Windows color (decimal): -222501 or 14392060. OLE color: 14392060.
HSL color Cylindrical-coordinate representation of color #FC9ADB: hue angle of 320.2º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9ADB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 219 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.01 |
| HSL | 320.2º | 0.94% | 0.8% | - |
| HSV(B) | 320.2º | 0.39% | 0.99% | - |
| XYZ | 64.49 | 48.92 | 73.06 | - |
| YUV | 190.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 219 | 0 | 0.39 | 0.13 | 0.01 | 320.2 | 0.94 | 0.8 |
| Hex | FC | 9A | DB | 0 | 27 | D | 1 | 140 | 5E | 50 |
| Octal | 374 | 232 | 333 | 0 | 47 | 15 | 1 | 500 | 136 | 120 |
| Binary | 11111100 | 10011010 | 11011011 | 0 | 100111 | 1101 | 1 | 101000000 | 1011110 | 1010000 |
Color Harmonies of #FC9ADB
Complementary color
Monochromatic Colors of #FC9ADB
Black with #FC9ADB
Text Example
Text Example
White with #FC9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9ADB; }
p { color: rgb(252,154,219); }
H1.HeaderClassName
{
color: #FC9ADB;
}
.AnyTagClassName
{
color: #FC9ADB;
}
</style>
background-color css
<style>
a { background-color: #FC9ADB; }
a { background-color: rgb(252,154,219); }
div.DivClassName
{
background-color: #FC9ADB;
}
.BgClassName
{
background-color: #FC9ADB;
}
</style>
border-color css
<style>
span { border-color: #FC9ADB; }
span { border-color: rgb(252,154,219); }
td.TdClassName
{
border-color: #FC9ADB;
}
.TagClassName
{
border-color: #FC9ADB;
}
</style>