Shades of Lavender Rose #FAA9F0
Tints of Lavender Rose #FAA9F0
RGB
CMYK
RGB Variations
Color information
#FAA9F0 (or 0xFAA9F0) is known color: Lavender Rose. HEX triplet: FA, A9 and F0. RGB value is (250,169,240). Sum of RGB (Red+Green+Blue) = 250+169+240=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9F0 is #05560F. Grayscale: #C9C9C9. Windows color (decimal): -349712 or 15772154. OLE color: 15772154.
HSL color Cylindrical-coordinate representation of color #FAA9F0: hue angle of 307.41º 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 #FAA9F0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 240 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 307.41º | 0.89% | 0.82% | - |
| HSV(B) | 307.41º | 0.32% | 0.98% | - |
| XYZ | 69.34 | 54.99 | 89.4 | - |
| YUV | 201.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 240 | 0 | 0.32 | 0.04 | 0.02 | 307.41 | 0.89 | 0.82 |
| Hex | FA | A9 | F0 | 0 | 20 | 4 | 2 | 133 | 59 | 52 |
| Octal | 372 | 251 | 360 | 0 | 40 | 4 | 2 | 463 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11110000 | 0 | 100000 | 100 | 10 | 100110011 | 1011001 | 1010010 |
Color Harmonies of #FAA9F0
Complementary color
Monochromatic Colors of #FAA9F0
Black with #FAA9F0
Text Example
Text Example
White with #FAA9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9F0; }
p { color: rgb(250,169,240); }
H1.HeaderClassName
{
color: #FAA9F0;
}
.AnyTagClassName
{
color: #FAA9F0;
}
</style>
background-color css
<style>
a { background-color: #FAA9F0; }
a { background-color: rgb(250,169,240); }
div.DivClassName
{
background-color: #FAA9F0;
}
.BgClassName
{
background-color: #FAA9F0;
}
</style>
border-color css
<style>
span { border-color: #FAA9F0; }
span { border-color: rgb(250,169,240); }
td.TdClassName
{
border-color: #FAA9F0;
}
.TagClassName
{
border-color: #FAA9F0;
}
</style>