Shades of Floral White #F5F4F2
Tints of Floral White #F5F4F2
RGB
CMYK
RGB Variations
Color information
#F5F4F2 (or 0xF5F4F2) is known color: Floral White. HEX triplet: F5, F4 and F2. RGB value is (245,244,242). Sum of RGB (Red+Green+Blue) = 245+244+242=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 244 (95.70% from 255 or 33.38% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F4F2 is #0A0B0D. Grayscale: #F4F4F4. Windows color (decimal): -658190 or 15922421. OLE color: 15922421.
HSL color Cylindrical-coordinate representation of color #F5F4F2: hue angle of 40º 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 #F5F4F2 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 244 | 242 | - |
CMYK | 0 | 0.00 | 0.01 | 0.04 |
HSL | 40º | 0.13% | 0.95% | - |
HSV(B) | 40º | 0.01% | 0.96% | - |
XYZ | 86.03 | 90.52 | 96.94 | - |
YUV | 244.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 244 | 242 | 0 | 0.00 | 0.01 | 0.04 | 40 | 0.13 | 0.95 |
Hex | F5 | F4 | F2 | 0 | 0 | 1 | 4 | 28 | D | 5F |
Octal | 365 | 364 | 362 | 0 | 0 | 1 | 4 | 50 | 15 | 137 |
Binary | 11110101 | 11110100 | 11110010 | 0 | 0 | 1 | 100 | 101000 | 1101 | 1011111 |
Color Harmonies of #F5F4F2
Complementary color
Monochromatic Colors of #F5F4F2
Black with #F5F4F2
Text Example
Text Example
White with #F5F4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F4F2; }
p { color: rgb(245,244,242); }
H1.HeaderClassName
{
color: #F5F4F2;
}
.AnyTagClassName
{
color: #F5F4F2;
}
</style>
background-color css
<style>
a { background-color: #F5F4F2; }
a { background-color: rgb(245,244,242); }
div.DivClassName
{
background-color: #F5F4F2;
}
.BgClassName
{
background-color: #F5F4F2;
}
</style>
border-color css
<style>
span { border-color: #F5F4F2; }
span { border-color: rgb(245,244,242); }
td.TdClassName
{
border-color: #F5F4F2;
}
.TagClassName
{
border-color: #F5F4F2;
}
</style>