Shades of Lavender Rose #FA99D9
Tints of Lavender Rose #FA99D9
RGB
CMYK
RGB Variations
Color information
#FA99D9 (or 0xFA99D9) is known color: Lavender Rose. HEX triplet: FA, 99 and D9. RGB value is (250,153,217). Sum of RGB (Red+Green+Blue) = 250+153+217=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99D9 is #056626. Grayscale: #BDBDBD. Windows color (decimal): -353831 or 14260730. OLE color: 14260730.
HSL color Cylindrical-coordinate representation of color #FA99D9: hue angle of 320.41º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99D9 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 217 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.02 |
| HSL | 320.41º | 0.91% | 0.79% | - |
| HSV(B) | 320.41º | 0.39% | 0.98% | - |
| XYZ | 63.34 | 48.12 | 71.59 | - |
| YUV | 189.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 217 | 0 | 0.39 | 0.13 | 0.02 | 320.41 | 0.91 | 0.79 |
| Hex | FA | 99 | D9 | 0 | 27 | D | 2 | 140 | 5B | 4F |
| Octal | 372 | 231 | 331 | 0 | 47 | 15 | 2 | 500 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11011001 | 0 | 100111 | 1101 | 10 | 101000000 | 1011011 | 1001111 |
Color Harmonies of #FA99D9
Complementary color
Monochromatic Colors of #FA99D9
Black with #FA99D9
Text Example
Text Example
White with #FA99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99D9; }
p { color: rgb(250,153,217); }
H1.HeaderClassName
{
color: #FA99D9;
}
.AnyTagClassName
{
color: #FA99D9;
}
</style>
background-color css
<style>
a { background-color: #FA99D9; }
a { background-color: rgb(250,153,217); }
div.DivClassName
{
background-color: #FA99D9;
}
.BgClassName
{
background-color: #FA99D9;
}
</style>
border-color css
<style>
span { border-color: #FA99D9; }
span { border-color: rgb(250,153,217); }
td.TdClassName
{
border-color: #FA99D9;
}
.TagClassName
{
border-color: #FA99D9;
}
</style>