Shades of Soft Peach #F0DEDC
Tints of Soft Peach #F0DEDC
RGB
CMYK
RGB Variations
Color information
#F0DEDC (or 0xF0DEDC) is known color: Soft Peach. HEX triplet: F0, DE and DC. RGB value is (240,222,220). Sum of RGB (Red+Green+Blue) = 240+222+220=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDC is #0F2123. Grayscale: #E3E3E3. Windows color (decimal): -991524 or 14474992. OLE color: 14474992.
HSL color Cylindrical-coordinate representation of color #F0DEDC: hue angle of 6º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DEDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 220 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.06 |
| HSL | 6º | 0.4% | 0.9% | - |
| HSV(B) | 6º | 0.08% | 0.94% | - |
| XYZ | 74.97 | 75.94 | 78.42 | - |
| YUV | 227.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 220 | 0 | 0.08 | 0.08 | 0.06 | 6 | 0.4 | 0.9 |
| Hex | F0 | DE | DC | 0 | 8 | 8 | 6 | 6 | 28 | 5A |
| Octal | 360 | 336 | 334 | 0 | 10 | 10 | 6 | 6 | 50 | 132 |
| Binary | 11110000 | 11011110 | 11011100 | 0 | 1000 | 1000 | 110 | 110 | 101000 | 1011010 |
Color Harmonies of #F0DEDC
Complementary color
Monochromatic Colors of #F0DEDC
Black with #F0DEDC
Text Example
Text Example
White with #F0DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEDC; }
p { color: rgb(240,222,220); }
H1.HeaderClassName
{
color: #F0DEDC;
}
.AnyTagClassName
{
color: #F0DEDC;
}
</style>
background-color css
<style>
a { background-color: #F0DEDC; }
a { background-color: rgb(240,222,220); }
div.DivClassName
{
background-color: #F0DEDC;
}
.BgClassName
{
background-color: #F0DEDC;
}
</style>
border-color css
<style>
span { border-color: #F0DEDC; }
span { border-color: rgb(240,222,220); }
td.TdClassName
{
border-color: #F0DEDC;
}
.TagClassName
{
border-color: #F0DEDC;
}
</style>