Shades of Rose White #F4F0EF
Tints of Rose White #F4F0EF
RGB
CMYK
RGB Variations
Color information
#F4F0EF (or 0xF4F0EF) is known color: Rose White. HEX triplet: F4, F0 and EF. RGB value is (244,240,239). Sum of RGB (Red+Green+Blue) = 244+240+239=723 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.75% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F0EF is #0B0F10. Grayscale: #F1F1F1. Windows color (decimal): -724753 or 15724788. OLE color: 15724788.
HSL color Cylindrical-coordinate representation of color #F4F0EF: hue angle of 12º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F4F0EF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 239 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.04 |
| HSL | 12º | 0.19% | 0.95% | - |
| HSV(B) | 12º | 0.02% | 0.96% | - |
| XYZ | 84.05 | 87.79 | 94.18 | - |
| YUV | 241.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 239 | 0 | 0.02 | 0.02 | 0.04 | 12 | 0.19 | 0.95 |
| Hex | F4 | F0 | EF | 0 | 2 | 2 | 4 | C | 13 | 5F |
| Octal | 364 | 360 | 357 | 0 | 2 | 2 | 4 | 14 | 23 | 137 |
| Binary | 11110100 | 11110000 | 11101111 | 0 | 10 | 10 | 100 | 1100 | 10011 | 1011111 |
Color Harmonies of #F4F0EF
Complementary color
Monochromatic Colors of #F4F0EF
Black with #F4F0EF
Text Example
Text Example
White with #F4F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0EF; }
p { color: rgb(244,240,239); }
H1.HeaderClassName
{
color: #F4F0EF;
}
.AnyTagClassName
{
color: #F4F0EF;
}
</style>
background-color css
<style>
a { background-color: #F4F0EF; }
a { background-color: rgb(244,240,239); }
div.DivClassName
{
background-color: #F4F0EF;
}
.BgClassName
{
background-color: #F4F0EF;
}
</style>
border-color css
<style>
span { border-color: #F4F0EF; }
span { border-color: rgb(244,240,239); }
td.TdClassName
{
border-color: #F4F0EF;
}
.TagClassName
{
border-color: #F4F0EF;
}
</style>