Shades of Lavender Blush #F5F2F4
Tints of Lavender Blush #F5F2F4
RGB
CMYK
RGB Variations
Color information
#F5F2F4 (or 0xF5F2F4) is known color: Lavender Blush. HEX triplet: F5, F2 and F4. RGB value is (245,242,244). Sum of RGB (Red+Green+Blue) = 245+242+244=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 244 (95.70% from 255 or 33.38% from 731); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2F4 is #0A0D0B. Grayscale: #F3F3F3. Windows color (decimal): -658700 or 16052981. OLE color: 16052981.
HSL color Cylindrical-coordinate representation of color #F5F2F4: hue angle of 320º degrees, saturation: 0.13, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F5F2F4 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 242 | 244 | - |
CMYK | 0 | 0.01 | 0.00 | 0.04 |
HSL | 320º | 0.13% | 0.95% | - |
HSV(B) | 320º | 0.01% | 0.96% | - |
XYZ | 85.74 | 89.45 | 98.33 | - |
YUV | 243.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 242 | 244 | 0 | 0.01 | 0.00 | 0.04 | 320 | 0.13 | 0.95 |
Hex | F5 | F2 | F4 | 0 | 1 | 0 | 4 | 140 | D | 5F |
Octal | 365 | 362 | 364 | 0 | 1 | 0 | 4 | 500 | 15 | 137 |
Binary | 11110101 | 11110010 | 11110100 | 0 | 1 | 0 | 100 | 101000000 | 1101 | 1011111 |
Color Harmonies of #F5F2F4
Complementary color
Monochromatic Colors of #F5F2F4
Black with #F5F2F4
Text Example
Text Example
White with #F5F2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2F4; }
p { color: rgb(245,242,244); }
H1.HeaderClassName
{
color: #F5F2F4;
}
.AnyTagClassName
{
color: #F5F2F4;
}
</style>
background-color css
<style>
a { background-color: #F5F2F4; }
a { background-color: rgb(245,242,244); }
div.DivClassName
{
background-color: #F5F2F4;
}
.BgClassName
{
background-color: #F5F2F4;
}
</style>
border-color css
<style>
span { border-color: #F5F2F4; }
span { border-color: rgb(245,242,244); }
td.TdClassName
{
border-color: #F5F2F4;
}
.TagClassName
{
border-color: #F5F2F4;
}
</style>