Shades of Lavender Rose #F99FDC
Tints of Lavender Rose #F99FDC
RGB
CMYK
RGB Variations
Color information
#F99FDC (or 0xF99FDC) is known color: Lavender Rose. HEX triplet: F9, 9F and DC. RGB value is (249,159,220). Sum of RGB (Red+Green+Blue) = 249+159+220=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FDC is #066023. Grayscale: #C0C0C0. Windows color (decimal): -417828 or 14458873. OLE color: 14458873.
HSL color Cylindrical-coordinate representation of color #F99FDC: hue angle of 319.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FDC is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 220 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 319.33º | 0.88% | 0.8% | - |
| HSV(B) | 319.33º | 0.36% | 0.98% | - |
| XYZ | 64.38 | 50.1 | 73.99 | - |
| YUV | 192.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 220 | 0 | 0.36 | 0.12 | 0.02 | 319.33 | 0.88 | 0.8 |
| Hex | F9 | 9F | DC | 0 | 24 | C | 2 | 13F | 58 | 50 |
| Octal | 371 | 237 | 334 | 0 | 44 | 14 | 2 | 477 | 130 | 120 |
| Binary | 11111001 | 10011111 | 11011100 | 0 | 100100 | 1100 | 10 | 100111111 | 1011000 | 1010000 |
Color Harmonies of #F99FDC
Complementary color
Monochromatic Colors of #F99FDC
Black with #F99FDC
Text Example
Text Example
White with #F99FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FDC; }
p { color: rgb(249,159,220); }
H1.HeaderClassName
{
color: #F99FDC;
}
.AnyTagClassName
{
color: #F99FDC;
}
</style>
background-color css
<style>
a { background-color: #F99FDC; }
a { background-color: rgb(249,159,220); }
div.DivClassName
{
background-color: #F99FDC;
}
.BgClassName
{
background-color: #F99FDC;
}
</style>
border-color css
<style>
span { border-color: #F99FDC; }
span { border-color: rgb(249,159,220); }
td.TdClassName
{
border-color: #F99FDC;
}
.TagClassName
{
border-color: #F99FDC;
}
</style>