Shades of Lavender Rose #FC90DD
Tints of Lavender Rose #FC90DD
RGB
CMYK
RGB Variations
Color information
#FC90DD (or 0xFC90DD) is known color: Lavender Rose. HEX triplet: FC, 90 and DD. RGB value is (252,144,221). Sum of RGB (Red+Green+Blue) = 252+144+221=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DD is #036F22. Grayscale: #B8B8B8. Windows color (decimal): -225059 or 14520572. OLE color: 14520572.
HSL color Cylindrical-coordinate representation of color #FC90DD: hue angle of 317.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90DD is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 221 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.01 |
| HSL | 317.22º | 0.95% | 0.78% | - |
| HSV(B) | 317.22º | 0.43% | 0.99% | - |
| XYZ | 63.17 | 45.86 | 73.93 | - |
| YUV | 185.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 221 | 0 | 0.43 | 0.12 | 0.01 | 317.22 | 0.95 | 0.78 |
| Hex | FC | 90 | DD | 0 | 2B | C | 1 | 13D | 5F | 4E |
| Octal | 374 | 220 | 335 | 0 | 53 | 14 | 1 | 475 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11011101 | 0 | 101011 | 1100 | 1 | 100111101 | 1011111 | 1001110 |
Color Harmonies of #FC90DD
Complementary color
Monochromatic Colors of #FC90DD
Black with #FC90DD
Text Example
Text Example
White with #FC90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90DD; }
p { color: rgb(252,144,221); }
H1.HeaderClassName
{
color: #FC90DD;
}
.AnyTagClassName
{
color: #FC90DD;
}
</style>
background-color css
<style>
a { background-color: #FC90DD; }
a { background-color: rgb(252,144,221); }
div.DivClassName
{
background-color: #FC90DD;
}
.BgClassName
{
background-color: #FC90DD;
}
</style>
border-color css
<style>
span { border-color: #FC90DD; }
span { border-color: rgb(252,144,221); }
td.TdClassName
{
border-color: #FC90DD;
}
.TagClassName
{
border-color: #FC90DD;
}
</style>