Shades of Soft Peach #F0DEDD
Tints of Soft Peach #F0DEDD
RGB
CMYK
RGB Variations
Color information
#F0DEDD (or 0xF0DEDD) is known color: Soft Peach. HEX triplet: F0, DE and DD. RGB value is (240,222,221). Sum of RGB (Red+Green+Blue) = 240+222+221=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDD is #0F2122. Grayscale: #E3E3E3. Windows color (decimal): -991523 or 14540528. OLE color: 14540528.
HSL color Cylindrical-coordinate representation of color #F0DEDD: hue angle of 3.16º degrees, saturation: 0.39, 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 #F0DEDD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 222 | 221 | - |
CMYK | 0 | 0.08 | 0.08 | 0.06 |
HSL | 3.16º | 0.39% | 0.9% | - |
HSV(B) | 3.16º | 0.08% | 0.94% | - |
XYZ | 75.11 | 75.99 | 79.12 | - |
YUV | 227.27 | 124.46 | 137.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 222 | 221 | 0 | 0.08 | 0.08 | 0.06 | 3.16 | 0.39 | 0.9 |
Hex | F0 | DE | DD | 0 | 8 | 8 | 6 | 3 | 27 | 5A |
Octal | 360 | 336 | 335 | 0 | 10 | 10 | 6 | 3 | 47 | 132 |
Binary | 11110000 | 11011110 | 11011101 | 0 | 1000 | 1000 | 110 | 11 | 100111 | 1011010 |
Color Harmonies of #F0DEDD
Complementary color
Monochromatic Colors of #F0DEDD
Black with #F0DEDD
Text Example
Text Example
White with #F0DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEDD; }
p { color: rgb(240,222,221); }
H1.HeaderClassName
{
color: #F0DEDD;
}
.AnyTagClassName
{
color: #F0DEDD;
}
</style>
background-color css
<style>
a { background-color: #F0DEDD; }
a { background-color: rgb(240,222,221); }
div.DivClassName
{
background-color: #F0DEDD;
}
.BgClassName
{
background-color: #F0DEDD;
}
</style>
border-color css
<style>
span { border-color: #F0DEDD; }
span { border-color: rgb(240,222,221); }
td.TdClassName
{
border-color: #F0DEDD;
}
.TagClassName
{
border-color: #F0DEDD;
}
</style>