Shades of Lavender Rose #F4AEEF
Tints of Lavender Rose #F4AEEF
RGB
CMYK
RGB Variations
Color information
#F4AEEF (or 0xF4AEEF) is known color: Lavender Rose. HEX triplet: F4, AE and EF. RGB value is (244,174,239). Sum of RGB (Red+Green+Blue) = 244+174+239=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AEEF is #0B5110. Grayscale: #CACACA. Windows color (decimal): -741649 or 15707892. OLE color: 15707892.
HSL color Cylindrical-coordinate representation of color #F4AEEF: hue angle of 304.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AEEF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 239 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.04 |
| HSL | 304.29º | 0.76% | 0.82% | - |
| HSV(B) | 304.29º | 0.29% | 0.96% | - |
| XYZ | 68.02 | 55.74 | 88.83 | - |
| YUV | 202.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 239 | 0 | 0.29 | 0.02 | 0.04 | 304.29 | 0.76 | 0.82 |
| Hex | F4 | AE | EF | 0 | 1D | 2 | 4 | 130 | 4C | 52 |
| Octal | 364 | 256 | 357 | 0 | 35 | 2 | 4 | 460 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11101111 | 0 | 11101 | 10 | 100 | 100110000 | 1001100 | 1010010 |
Color Harmonies of #F4AEEF
Complementary color
Monochromatic Colors of #F4AEEF
Black with #F4AEEF
Text Example
Text Example
White with #F4AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEEF; }
p { color: rgb(244,174,239); }
H1.HeaderClassName
{
color: #F4AEEF;
}
.AnyTagClassName
{
color: #F4AEEF;
}
</style>
background-color css
<style>
a { background-color: #F4AEEF; }
a { background-color: rgb(244,174,239); }
div.DivClassName
{
background-color: #F4AEEF;
}
.BgClassName
{
background-color: #F4AEEF;
}
</style>
border-color css
<style>
span { border-color: #F4AEEF; }
span { border-color: rgb(244,174,239); }
td.TdClassName
{
border-color: #F4AEEF;
}
.TagClassName
{
border-color: #F4AEEF;
}
</style>