Shades of Lavender Rose #FA9FDD
Tints of Lavender Rose #FA9FDD
RGB
CMYK
RGB Variations
Color information
#FA9FDD (or 0xFA9FDD) is known color: Lavender Rose. HEX triplet: FA, 9F and DD. RGB value is (250,159,221). Sum of RGB (Red+Green+Blue) = 250+159+221=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FDD is #056022. Grayscale: #C1C1C1. Windows color (decimal): -352291 or 14524410. OLE color: 14524410.
HSL color Cylindrical-coordinate representation of color #FA9FDD: hue angle of 319.12º degrees, saturation: 0.9, 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 #FA9FDD is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 221 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 319.12º | 0.9% | 0.8% | - |
| HSV(B) | 319.12º | 0.36% | 0.98% | - |
| XYZ | 64.87 | 50.34 | 74.7 | - |
| YUV | 193.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 221 | 0 | 0.36 | 0.12 | 0.02 | 319.12 | 0.9 | 0.8 |
| Hex | FA | 9F | DD | 0 | 24 | C | 2 | 13F | 5A | 50 |
| Octal | 372 | 237 | 335 | 0 | 44 | 14 | 2 | 477 | 132 | 120 |
| Binary | 11111010 | 10011111 | 11011101 | 0 | 100100 | 1100 | 10 | 100111111 | 1011010 | 1010000 |
Color Harmonies of #FA9FDD
Complementary color
Monochromatic Colors of #FA9FDD
Black with #FA9FDD
Text Example
Text Example
White with #FA9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FDD; }
p { color: rgb(250,159,221); }
H1.HeaderClassName
{
color: #FA9FDD;
}
.AnyTagClassName
{
color: #FA9FDD;
}
</style>
background-color css
<style>
a { background-color: #FA9FDD; }
a { background-color: rgb(250,159,221); }
div.DivClassName
{
background-color: #FA9FDD;
}
.BgClassName
{
background-color: #FA9FDD;
}
</style>
border-color css
<style>
span { border-color: #FA9FDD; }
span { border-color: rgb(250,159,221); }
td.TdClassName
{
border-color: #FA9FDD;
}
.TagClassName
{
border-color: #FA9FDD;
}
</style>