Shades of Lavender Rose #F9A8EF
Tints of Lavender Rose #F9A8EF
RGB
CMYK
RGB Variations
Color information
#F9A8EF (or 0xF9A8EF) is known color: Lavender Rose. HEX triplet: F9, A8 and EF. RGB value is (249,168,239). Sum of RGB (Red+Green+Blue) = 249+168+239=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A8EF is #065710. Grayscale: #C8C8C8. Windows color (decimal): -415505 or 15706361. OLE color: 15706361.
HSL color Cylindrical-coordinate representation of color #F9A8EF: hue angle of 307.41º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A8EF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 239 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.02 |
| HSL | 307.41º | 0.87% | 0.82% | - |
| HSV(B) | 307.41º | 0.33% | 0.98% | - |
| XYZ | 68.65 | 54.38 | 88.54 | - |
| YUV | 200.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 239 | 0 | 0.33 | 0.04 | 0.02 | 307.41 | 0.87 | 0.82 |
| Hex | F9 | A8 | EF | 0 | 21 | 4 | 2 | 133 | 57 | 52 |
| Octal | 371 | 250 | 357 | 0 | 41 | 4 | 2 | 463 | 127 | 122 |
| Binary | 11111001 | 10101000 | 11101111 | 0 | 100001 | 100 | 10 | 100110011 | 1010111 | 1010010 |
Color Harmonies of #F9A8EF
Complementary color
Monochromatic Colors of #F9A8EF
Black with #F9A8EF
Text Example
Text Example
White with #F9A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A8EF; }
p { color: rgb(249,168,239); }
H1.HeaderClassName
{
color: #F9A8EF;
}
.AnyTagClassName
{
color: #F9A8EF;
}
</style>
background-color css
<style>
a { background-color: #F9A8EF; }
a { background-color: rgb(249,168,239); }
div.DivClassName
{
background-color: #F9A8EF;
}
.BgClassName
{
background-color: #F9A8EF;
}
</style>
border-color css
<style>
span { border-color: #F9A8EF; }
span { border-color: rgb(249,168,239); }
td.TdClassName
{
border-color: #F9A8EF;
}
.TagClassName
{
border-color: #F9A8EF;
}
</style>