Shades of Lavender Rose #F4AEDF
Tints of Lavender Rose #F4AEDF
RGB
CMYK
RGB Variations
Color information
#F4AEDF (or 0xF4AEDF) is known color: Lavender Rose. HEX triplet: F4, AE and DF. RGB value is (244,174,223). Sum of RGB (Red+Green+Blue) = 244+174+223=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEDF is #0B5120. Grayscale: #C8C8C8. Windows color (decimal): -741665 or 14659316. OLE color: 14659316.
HSL color Cylindrical-coordinate representation of color #F4AEDF: hue angle of 318º 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 #F4AEDF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 223 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.04 |
| HSL | 318º | 0.76% | 0.82% | - |
| HSV(B) | 318º | 0.29% | 0.96% | - |
| XYZ | 65.76 | 54.83 | 76.93 | - |
| YUV | 200.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 223 | 0 | 0.29 | 0.09 | 0.04 | 318 | 0.76 | 0.82 |
| Hex | F4 | AE | DF | 0 | 1D | 9 | 4 | 13E | 4C | 52 |
| Octal | 364 | 256 | 337 | 0 | 35 | 11 | 4 | 476 | 114 | 122 |
| Binary | 11110100 | 10101110 | 11011111 | 0 | 11101 | 1001 | 100 | 100111110 | 1001100 | 1010010 |
Color Harmonies of #F4AEDF
Complementary color
Monochromatic Colors of #F4AEDF
Black with #F4AEDF
Text Example
Text Example
White with #F4AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEDF; }
p { color: rgb(244,174,223); }
H1.HeaderClassName
{
color: #F4AEDF;
}
.AnyTagClassName
{
color: #F4AEDF;
}
</style>
background-color css
<style>
a { background-color: #F4AEDF; }
a { background-color: rgb(244,174,223); }
div.DivClassName
{
background-color: #F4AEDF;
}
.BgClassName
{
background-color: #F4AEDF;
}
</style>
border-color css
<style>
span { border-color: #F4AEDF; }
span { border-color: rgb(244,174,223); }
td.TdClassName
{
border-color: #F4AEDF;
}
.TagClassName
{
border-color: #F4AEDF;
}
</style>