Shades of Lavender Rose #F4A8ED
Tints of Lavender Rose #F4A8ED
RGB
CMYK
RGB Variations
Color information
#F4A8ED (or 0xF4A8ED) is known color: Lavender Rose. HEX triplet: F4, A8 and ED. RGB value is (244,168,237). Sum of RGB (Red+Green+Blue) = 244+168+237=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A8ED is #0B5712. Grayscale: #C6C6C6. Windows color (decimal): -743187 or 15575284. OLE color: 15575284.
HSL color Cylindrical-coordinate representation of color #F4A8ED: hue angle of 305.53º 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 #F4A8ED is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 237 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.04 |
| HSL | 305.53º | 0.78% | 0.81% | - |
| HSV(B) | 305.53º | 0.31% | 0.96% | - |
| XYZ | 66.6 | 53.35 | 86.91 | - |
| YUV | 198.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 237 | 0 | 0.31 | 0.03 | 0.04 | 305.53 | 0.78 | 0.81 |
| Hex | F4 | A8 | ED | 0 | 1F | 3 | 4 | 132 | 4E | 51 |
| Octal | 364 | 250 | 355 | 0 | 37 | 3 | 4 | 462 | 116 | 121 |
| Binary | 11110100 | 10101000 | 11101101 | 0 | 11111 | 11 | 100 | 100110010 | 1001110 | 1010001 |
Color Harmonies of #F4A8ED
Complementary color
Monochromatic Colors of #F4A8ED
Black with #F4A8ED
Text Example
Text Example
White with #F4A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8ED; }
p { color: rgb(244,168,237); }
H1.HeaderClassName
{
color: #F4A8ED;
}
.AnyTagClassName
{
color: #F4A8ED;
}
</style>
background-color css
<style>
a { background-color: #F4A8ED; }
a { background-color: rgb(244,168,237); }
div.DivClassName
{
background-color: #F4A8ED;
}
.BgClassName
{
background-color: #F4A8ED;
}
</style>
border-color css
<style>
span { border-color: #F4A8ED; }
span { border-color: rgb(244,168,237); }
td.TdClassName
{
border-color: #F4A8ED;
}
.TagClassName
{
border-color: #F4A8ED;
}
</style>