Shades of Soft Peach #F4E0DF
Tints of Soft Peach #F4E0DF
RGB
CMYK
RGB Variations
Color information
#F4E0DF (or 0xF4E0DF) is known color: Soft Peach. HEX triplet: F4, E0 and DF. RGB value is (244,224,223). Sum of RGB (Red+Green+Blue) = 244+224+223=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0DF is #0B1F20. Grayscale: #E5E5E5. Windows color (decimal): -728865 or 14672116. OLE color: 14672116.
HSL color Cylindrical-coordinate representation of color #F4E0DF: hue angle of 2.86º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4E0DF is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 223 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.04 |
| HSL | 2.86º | 0.49% | 0.92% | - |
| HSV(B) | 2.86º | 0.09% | 0.96% | - |
| XYZ | 77.28 | 77.87 | 80.77 | - |
| YUV | 229.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 223 | 0 | 0.08 | 0.09 | 0.04 | 2.86 | 0.49 | 0.92 |
| Hex | F4 | E0 | DF | 0 | 8 | 9 | 4 | 3 | 31 | 5C |
| Octal | 364 | 340 | 337 | 0 | 10 | 11 | 4 | 3 | 61 | 134 |
| Binary | 11110100 | 11100000 | 11011111 | 0 | 1000 | 1001 | 100 | 11 | 110001 | 1011100 |
Color Harmonies of #F4E0DF
Complementary color
Monochromatic Colors of #F4E0DF
Black with #F4E0DF
Text Example
Text Example
White with #F4E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E0DF; }
p { color: rgb(244,224,223); }
H1.HeaderClassName
{
color: #F4E0DF;
}
.AnyTagClassName
{
color: #F4E0DF;
}
</style>
background-color css
<style>
a { background-color: #F4E0DF; }
a { background-color: rgb(244,224,223); }
div.DivClassName
{
background-color: #F4E0DF;
}
.BgClassName
{
background-color: #F4E0DF;
}
</style>
border-color css
<style>
span { border-color: #F4E0DF; }
span { border-color: rgb(244,224,223); }
td.TdClassName
{
border-color: #F4E0DF;
}
.TagClassName
{
border-color: #F4E0DF;
}
</style>