Shades of Lavender Rose #F9A6ED
Tints of Lavender Rose #F9A6ED
RGB
CMYK
RGB Variations
Color information
#F9A6ED (or 0xF9A6ED) is known color: Lavender Rose. HEX triplet: F9, A6 and ED. RGB value is (249,166,237). Sum of RGB (Red+Green+Blue) = 249+166+237=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6ED is #065912. Grayscale: #C6C6C6. Windows color (decimal): -416019 or 15574777. OLE color: 15574777.
HSL color Cylindrical-coordinate representation of color #F9A6ED: hue angle of 308.67º 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 #F9A6ED is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 237 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 308.67º | 0.87% | 0.81% | - |
| HSV(B) | 308.67º | 0.33% | 0.98% | - |
| XYZ | 67.99 | 53.53 | 86.87 | - |
| YUV | 198.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 237 | 0 | 0.33 | 0.05 | 0.02 | 308.67 | 0.87 | 0.81 |
| Hex | F9 | A6 | ED | 0 | 21 | 5 | 2 | 135 | 57 | 51 |
| Octal | 371 | 246 | 355 | 0 | 41 | 5 | 2 | 465 | 127 | 121 |
| Binary | 11111001 | 10100110 | 11101101 | 0 | 100001 | 101 | 10 | 100110101 | 1010111 | 1010001 |
Color Harmonies of #F9A6ED
Complementary color
Monochromatic Colors of #F9A6ED
Black with #F9A6ED
Text Example
Text Example
White with #F9A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6ED; }
p { color: rgb(249,166,237); }
H1.HeaderClassName
{
color: #F9A6ED;
}
.AnyTagClassName
{
color: #F9A6ED;
}
</style>
background-color css
<style>
a { background-color: #F9A6ED; }
a { background-color: rgb(249,166,237); }
div.DivClassName
{
background-color: #F9A6ED;
}
.BgClassName
{
background-color: #F9A6ED;
}
</style>
border-color css
<style>
span { border-color: #F9A6ED; }
span { border-color: rgb(249,166,237); }
td.TdClassName
{
border-color: #F9A6ED;
}
.TagClassName
{
border-color: #F9A6ED;
}
</style>