Shades of Lavender Rose #F4AEF4
Tints of Lavender Rose #F4AEF4
RGB
CMYK
RGB Variations
Color information
#F4AEF4 (or 0xF4AEF4) is known color: Lavender Rose. HEX triplet: F4, AE and F4. RGB value is (244,174,244). Sum of RGB (Red+Green+Blue) = 244+174+244=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F4AEF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AEF4 is #0B510B. Grayscale: #CACACA. Windows color (decimal): -741644 or 16035572. OLE color: 16035572.
HSL color Cylindrical-coordinate representation of color #F4AEF4: hue angle of 300º 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 #F4AEF4 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 174 | 244 | - |
CMYK | 0 | 0.29 | 0 | 0.04 |
HSL | 300º | 0.76% | 0.82% | - |
HSV(B) | 300º | 0.29% | 0.96% | - |
XYZ | 68.77 | 56.04 | 92.78 | - |
YUV | 202.91 | 151.19 | 157.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 174 | 244 | 0 | 0.29 | 0 | 0.04 | 300 | 0.76 | 0.82 |
Hex | F4 | AE | F4 | 0 | 1D | 0 | 4 | 12C | 4C | 52 |
Octal | 364 | 256 | 364 | 0 | 35 | 0 | 4 | 454 | 114 | 122 |
Binary | 11110100 | 10101110 | 11110100 | 0 | 11101 | 0 | 100 | 100101100 | 1001100 | 1010010 |
Color Harmonies of #F4AEF4
Complementary color
Monochromatic Colors of #F4AEF4
Black with #F4AEF4
Text Example
Text Example
White with #F4AEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEF4; }
p { color: rgb(244,174,244); }
H1.HeaderClassName
{
color: #F4AEF4;
}
.AnyTagClassName
{
color: #F4AEF4;
}
</style>
background-color css
<style>
a { background-color: #F4AEF4; }
a { background-color: rgb(244,174,244); }
div.DivClassName
{
background-color: #F4AEF4;
}
.BgClassName
{
background-color: #F4AEF4;
}
</style>
border-color css
<style>
span { border-color: #F4AEF4; }
span { border-color: rgb(244,174,244); }
td.TdClassName
{
border-color: #F4AEF4;
}
.TagClassName
{
border-color: #F4AEF4;
}
</style>