Shades of Lavender Rose #FAA9DE
Tints of Lavender Rose #FAA9DE
RGB
CMYK
RGB Variations
Color information
#FAA9DE (or 0xFAA9DE) is known color: Lavender Rose. HEX triplet: FA, A9 and DE. RGB value is (250,169,222). Sum of RGB (Red+Green+Blue) = 250+169+222=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9DE is #055621. Grayscale: #C7C7C7. Windows color (decimal): -349730 or 14592506. OLE color: 14592506.
HSL color Cylindrical-coordinate representation of color #FAA9DE: hue angle of 320.74º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9DE is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 222 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 320.74º | 0.89% | 0.82% | - |
| HSV(B) | 320.74º | 0.32% | 0.98% | - |
| XYZ | 66.8 | 53.97 | 76 | - |
| YUV | 199.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 222 | 0 | 0.32 | 0.11 | 0.02 | 320.74 | 0.89 | 0.82 |
| Hex | FA | A9 | DE | 0 | 20 | B | 2 | 141 | 59 | 52 |
| Octal | 372 | 251 | 336 | 0 | 40 | 13 | 2 | 501 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11011110 | 0 | 100000 | 1011 | 10 | 101000001 | 1011001 | 1010010 |
Color Harmonies of #FAA9DE
Complementary color
Monochromatic Colors of #FAA9DE
Black with #FAA9DE
Text Example
Text Example
White with #FAA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9DE; }
p { color: rgb(250,169,222); }
H1.HeaderClassName
{
color: #FAA9DE;
}
.AnyTagClassName
{
color: #FAA9DE;
}
</style>
background-color css
<style>
a { background-color: #FAA9DE; }
a { background-color: rgb(250,169,222); }
div.DivClassName
{
background-color: #FAA9DE;
}
.BgClassName
{
background-color: #FAA9DE;
}
</style>
border-color css
<style>
span { border-color: #FAA9DE; }
span { border-color: rgb(250,169,222); }
td.TdClassName
{
border-color: #FAA9DE;
}
.TagClassName
{
border-color: #FAA9DE;
}
</style>