Shades of Soft Peach #F4E0DE
Tints of Soft Peach #F4E0DE
RGB
CMYK
RGB Variations
Color information
#F4E0DE (or 0xF4E0DE) is known color: Soft Peach. HEX triplet: F4, E0 and DE. RGB value is (244,224,222). Sum of RGB (Red+Green+Blue) = 244+224+222=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0DE is #0B1F21. Grayscale: #E5E5E5. Windows color (decimal): -728866 or 14606580. OLE color: 14606580.
HSL color Cylindrical-coordinate representation of color #F4E0DE: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4E0DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 222 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.04 |
| HSL | 5.45º | 0.5% | 0.91% | - |
| HSV(B) | 5.45º | 0.09% | 0.96% | - |
| XYZ | 77.15 | 77.82 | 80.06 | - |
| YUV | 229.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 222 | 0 | 0.08 | 0.09 | 0.04 | 5.45 | 0.5 | 0.91 |
| Hex | F4 | E0 | DE | 0 | 8 | 9 | 4 | 5 | 32 | 5B |
| Octal | 364 | 340 | 336 | 0 | 10 | 11 | 4 | 5 | 62 | 133 |
| Binary | 11110100 | 11100000 | 11011110 | 0 | 1000 | 1001 | 100 | 101 | 110010 | 1011011 |
Color Harmonies of #F4E0DE
Complementary color
Monochromatic Colors of #F4E0DE
Black with #F4E0DE
Text Example
Text Example
White with #F4E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E0DE; }
p { color: rgb(244,224,222); }
H1.HeaderClassName
{
color: #F4E0DE;
}
.AnyTagClassName
{
color: #F4E0DE;
}
</style>
background-color css
<style>
a { background-color: #F4E0DE; }
a { background-color: rgb(244,224,222); }
div.DivClassName
{
background-color: #F4E0DE;
}
.BgClassName
{
background-color: #F4E0DE;
}
</style>
border-color css
<style>
span { border-color: #F4E0DE; }
span { border-color: rgb(244,224,222); }
td.TdClassName
{
border-color: #F4E0DE;
}
.TagClassName
{
border-color: #F4E0DE;
}
</style>