Shades of Lavender Rose #F4A8EF
Tints of Lavender Rose #F4A8EF
RGB
CMYK
RGB Variations
Color information
#F4A8EF (or 0xF4A8EF) is known color: Lavender Rose. HEX triplet: F4, A8 and EF. RGB value is (244,168,239). Sum of RGB (Red+Green+Blue) = 244+168+239=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A8EF is #0B5710. Grayscale: #C6C6C6. Windows color (decimal): -743185 or 15706356. OLE color: 15706356.
HSL color Cylindrical-coordinate representation of color #F4A8EF: hue angle of 303.95º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8EF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 239 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.04 |
| HSL | 303.95º | 0.78% | 0.81% | - |
| HSV(B) | 303.95º | 0.31% | 0.96% | - |
| XYZ | 66.89 | 53.47 | 88.46 | - |
| YUV | 198.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 239 | 0 | 0.31 | 0.02 | 0.04 | 303.95 | 0.78 | 0.81 |
| Hex | F4 | A8 | EF | 0 | 1F | 2 | 4 | 130 | 4E | 51 |
| Octal | 364 | 250 | 357 | 0 | 37 | 2 | 4 | 460 | 116 | 121 |
| Binary | 11110100 | 10101000 | 11101111 | 0 | 11111 | 10 | 100 | 100110000 | 1001110 | 1010001 |
Color Harmonies of #F4A8EF
Complementary color
Monochromatic Colors of #F4A8EF
Black with #F4A8EF
Text Example
Text Example
White with #F4A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8EF; }
p { color: rgb(244,168,239); }
H1.HeaderClassName
{
color: #F4A8EF;
}
.AnyTagClassName
{
color: #F4A8EF;
}
</style>
background-color css
<style>
a { background-color: #F4A8EF; }
a { background-color: rgb(244,168,239); }
div.DivClassName
{
background-color: #F4A8EF;
}
.BgClassName
{
background-color: #F4A8EF;
}
</style>
border-color css
<style>
span { border-color: #F4A8EF; }
span { border-color: rgb(244,168,239); }
td.TdClassName
{
border-color: #F4A8EF;
}
.TagClassName
{
border-color: #F4A8EF;
}
</style>