Shades of Soft Peach #F0DFDE
Tints of Soft Peach #F0DFDE
RGB
CMYK
RGB Variations
Color information
#F0DFDE (or 0xF0DFDE) is known color: Soft Peach. HEX triplet: F0, DF and DE. RGB value is (240,223,222). Sum of RGB (Red+Green+Blue) = 240+223+222=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDE is #0F2021. Grayscale: #E3E3E3. Windows color (decimal): -991266 or 14606320. OLE color: 14606320.
HSL color Cylindrical-coordinate representation of color #F0DFDE: hue angle of 3.33º 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 #F0DFDE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 222 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.06 |
| HSL | 3.33º | 0.38% | 0.91% | - |
| HSV(B) | 3.33º | 0.07% | 0.94% | - |
| XYZ | 75.51 | 76.57 | 79.91 | - |
| YUV | 227.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 222 | 0 | 0.07 | 0.08 | 0.06 | 3.33 | 0.38 | 0.91 |
| Hex | F0 | DF | DE | 0 | 7 | 8 | 6 | 3 | 26 | 5B |
| Octal | 360 | 337 | 336 | 0 | 7 | 10 | 6 | 3 | 46 | 133 |
| Binary | 11110000 | 11011111 | 11011110 | 0 | 111 | 1000 | 110 | 11 | 100110 | 1011011 |
Color Harmonies of #F0DFDE
Complementary color
Monochromatic Colors of #F0DFDE
Black with #F0DFDE
Text Example
Text Example
White with #F0DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFDE; }
p { color: rgb(240,223,222); }
H1.HeaderClassName
{
color: #F0DFDE;
}
.AnyTagClassName
{
color: #F0DFDE;
}
</style>
background-color css
<style>
a { background-color: #F0DFDE; }
a { background-color: rgb(240,223,222); }
div.DivClassName
{
background-color: #F0DFDE;
}
.BgClassName
{
background-color: #F0DFDE;
}
</style>
border-color css
<style>
span { border-color: #F0DFDE; }
span { border-color: rgb(240,223,222); }
td.TdClassName
{
border-color: #F0DFDE;
}
.TagClassName
{
border-color: #F0DFDE;
}
</style>