Shades of Soft Peach #F0E0DE
Tints of Soft Peach #F0E0DE
RGB
CMYK
RGB Variations
Color information
#F0E0DE (or 0xF0E0DE) is known color: Soft Peach. HEX triplet: F0, E0 and DE. RGB value is (240,224,222). Sum of RGB (Red+Green+Blue) = 240+224+222=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0DE is #0F1F21. Grayscale: #E4E4E4. Windows color (decimal): -991010 or 14606576. OLE color: 14606576.
HSL color Cylindrical-coordinate representation of color #F0E0DE: hue angle of 6.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E0DE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 222 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.06 |
| HSL | 6.67º | 0.38% | 0.91% | - |
| HSV(B) | 6.67º | 0.07% | 0.94% | - |
| XYZ | 75.78 | 77.11 | 80 | - |
| YUV | 228.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 222 | 0 | 0.07 | 0.08 | 0.06 | 6.67 | 0.38 | 0.91 |
| Hex | F0 | E0 | DE | 0 | 7 | 8 | 6 | 7 | 26 | 5B |
| Octal | 360 | 340 | 336 | 0 | 7 | 10 | 6 | 7 | 46 | 133 |
| Binary | 11110000 | 11100000 | 11011110 | 0 | 111 | 1000 | 110 | 111 | 100110 | 1011011 |
Color Harmonies of #F0E0DE
Complementary color
Monochromatic Colors of #F0E0DE
Black with #F0E0DE
Text Example
Text Example
White with #F0E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0DE; }
p { color: rgb(240,224,222); }
H1.HeaderClassName
{
color: #F0E0DE;
}
.AnyTagClassName
{
color: #F0E0DE;
}
</style>
background-color css
<style>
a { background-color: #F0E0DE; }
a { background-color: rgb(240,224,222); }
div.DivClassName
{
background-color: #F0E0DE;
}
.BgClassName
{
background-color: #F0E0DE;
}
</style>
border-color css
<style>
span { border-color: #F0E0DE; }
span { border-color: rgb(240,224,222); }
td.TdClassName
{
border-color: #F0E0DE;
}
.TagClassName
{
border-color: #F0E0DE;
}
</style>