Shades of Lavender Rose #F9A9F4
Tints of Lavender Rose #F9A9F4
RGB
CMYK
RGB Variations
Color information
#F9A9F4 (or 0xF9A9F4) is known color: Lavender Rose. HEX triplet: F9, A9 and F4. RGB value is (249,169,244). Sum of RGB (Red+Green+Blue) = 249+169+244=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A9F4 is #06560B. Grayscale: #C9C9C9. Windows color (decimal): -415244 or 16034297. OLE color: 16034297.
HSL color Cylindrical-coordinate representation of color #F9A9F4: hue angle of 303.75º degrees, saturation: 0.87, 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 #F9A9F4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 244 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.02 |
| HSL | 303.75º | 0.87% | 0.82% | - |
| HSV(B) | 303.75º | 0.32% | 0.98% | - |
| XYZ | 69.58 | 55.05 | 92.55 | - |
| YUV | 201.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 244 | 0 | 0.32 | 0.02 | 0.02 | 303.75 | 0.87 | 0.82 |
| Hex | F9 | A9 | F4 | 0 | 20 | 2 | 2 | 130 | 57 | 52 |
| Octal | 371 | 251 | 364 | 0 | 40 | 2 | 2 | 460 | 127 | 122 |
| Binary | 11111001 | 10101001 | 11110100 | 0 | 100000 | 10 | 10 | 100110000 | 1010111 | 1010010 |
Color Harmonies of #F9A9F4
Complementary color
Monochromatic Colors of #F9A9F4
Black with #F9A9F4
Text Example
Text Example
White with #F9A9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A9F4; }
p { color: rgb(249,169,244); }
H1.HeaderClassName
{
color: #F9A9F4;
}
.AnyTagClassName
{
color: #F9A9F4;
}
</style>
background-color css
<style>
a { background-color: #F9A9F4; }
a { background-color: rgb(249,169,244); }
div.DivClassName
{
background-color: #F9A9F4;
}
.BgClassName
{
background-color: #F9A9F4;
}
</style>
border-color css
<style>
span { border-color: #F9A9F4; }
span { border-color: rgb(249,169,244); }
td.TdClassName
{
border-color: #F9A9F4;
}
.TagClassName
{
border-color: #F9A9F4;
}
</style>