Shades of Lavender Rose #F9A6EF
Tints of Lavender Rose #F9A6EF
RGB
CMYK
RGB Variations
Color information
#F9A6EF (or 0xF9A6EF) is known color: Lavender Rose. HEX triplet: F9, A6 and EF. RGB value is (249,166,239). Sum of RGB (Red+Green+Blue) = 249+166+239=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6EF is #065910. Grayscale: #C6C6C6. Windows color (decimal): -416017 or 15705849. OLE color: 15705849.
HSL color Cylindrical-coordinate representation of color #F9A6EF: hue angle of 307.23º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6EF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 239 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.02 |
| HSL | 307.23º | 0.87% | 0.81% | - |
| HSV(B) | 307.23º | 0.33% | 0.98% | - |
| XYZ | 68.28 | 53.64 | 88.42 | - |
| YUV | 199.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 239 | 0 | 0.33 | 0.04 | 0.02 | 307.23 | 0.87 | 0.81 |
| Hex | F9 | A6 | EF | 0 | 21 | 4 | 2 | 133 | 57 | 51 |
| Octal | 371 | 246 | 357 | 0 | 41 | 4 | 2 | 463 | 127 | 121 |
| Binary | 11111001 | 10100110 | 11101111 | 0 | 100001 | 100 | 10 | 100110011 | 1010111 | 1010001 |
Color Harmonies of #F9A6EF
Complementary color
Monochromatic Colors of #F9A6EF
Black with #F9A6EF
Text Example
Text Example
White with #F9A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6EF; }
p { color: rgb(249,166,239); }
H1.HeaderClassName
{
color: #F9A6EF;
}
.AnyTagClassName
{
color: #F9A6EF;
}
</style>
background-color css
<style>
a { background-color: #F9A6EF; }
a { background-color: rgb(249,166,239); }
div.DivClassName
{
background-color: #F9A6EF;
}
.BgClassName
{
background-color: #F9A6EF;
}
</style>
border-color css
<style>
span { border-color: #F9A6EF; }
span { border-color: rgb(249,166,239); }
td.TdClassName
{
border-color: #F9A6EF;
}
.TagClassName
{
border-color: #F9A6EF;
}
</style>