Shades of Lavender Rose #FAA9DF
Tints of Lavender Rose #FAA9DF
RGB
CMYK
RGB Variations
Color information
#FAA9DF (or 0xFAA9DF) is known color: Lavender Rose. HEX triplet: FA, A9 and DF. RGB value is (250,169,223). Sum of RGB (Red+Green+Blue) = 250+169+223=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9DF is #055620. Grayscale: #C7C7C7. Windows color (decimal): -349729 or 14658042. OLE color: 14658042.
HSL color Cylindrical-coordinate representation of color #FAA9DF: hue angle of 320º 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 #FAA9DF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 223 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 320º | 0.89% | 0.82% | - |
| HSV(B) | 320º | 0.32% | 0.98% | - |
| XYZ | 66.93 | 54.03 | 76.71 | - |
| YUV | 199.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 223 | 0 | 0.32 | 0.11 | 0.02 | 320 | 0.89 | 0.82 |
| Hex | FA | A9 | DF | 0 | 20 | B | 2 | 140 | 59 | 52 |
| Octal | 372 | 251 | 337 | 0 | 40 | 13 | 2 | 500 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11011111 | 0 | 100000 | 1011 | 10 | 101000000 | 1011001 | 1010010 |
Color Harmonies of #FAA9DF
Complementary color
Monochromatic Colors of #FAA9DF
Black with #FAA9DF
Text Example
Text Example
White with #FAA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9DF; }
p { color: rgb(250,169,223); }
H1.HeaderClassName
{
color: #FAA9DF;
}
.AnyTagClassName
{
color: #FAA9DF;
}
</style>
background-color css
<style>
a { background-color: #FAA9DF; }
a { background-color: rgb(250,169,223); }
div.DivClassName
{
background-color: #FAA9DF;
}
.BgClassName
{
background-color: #FAA9DF;
}
</style>
border-color css
<style>
span { border-color: #FAA9DF; }
span { border-color: rgb(250,169,223); }
td.TdClassName
{
border-color: #FAA9DF;
}
.TagClassName
{
border-color: #FAA9DF;
}
</style>