Shades of Soft Peach #F0DADA
Tints of Soft Peach #F0DADA
RGB
CMYK
RGB Variations
Color information
#F0DADA (or 0xF0DADA) is known color: Soft Peach. HEX triplet: F0, DA and DA. RGB value is (240,218,218). Sum of RGB (Red+Green+Blue) = 240+218+218=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DADA is #0F2525. Grayscale: #E0E0E0. Windows color (decimal): -992550 or 14342896. OLE color: 14342896.
HSL color Cylindrical-coordinate representation of color #F0DADA: hue angle of 0º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DADA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 218 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.06 |
| HSL | 0º | 0.42% | 0.9% | - |
| HSV(B) | 0º | 0.09% | 0.94% | - |
| XYZ | 73.66 | 73.73 | 76.68 | - |
| YUV | 224.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 218 | 0 | 0.09 | 0.09 | 0.06 | 0 | 0.42 | 0.9 |
| Hex | F0 | DA | DA | 0 | 9 | 9 | 6 | 0 | 2A | 5A |
| Octal | 360 | 332 | 332 | 0 | 11 | 11 | 6 | 0 | 52 | 132 |
| Binary | 11110000 | 11011010 | 11011010 | 0 | 1001 | 1001 | 110 | 0 | 101010 | 1011010 |
Color Harmonies of #F0DADA
Complementary color
Monochromatic Colors of #F0DADA
Black with #F0DADA
Text Example
Text Example
White with #F0DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DADA; }
p { color: rgb(240,218,218); }
H1.HeaderClassName
{
color: #F0DADA;
}
.AnyTagClassName
{
color: #F0DADA;
}
</style>
background-color css
<style>
a { background-color: #F0DADA; }
a { background-color: rgb(240,218,218); }
div.DivClassName
{
background-color: #F0DADA;
}
.BgClassName
{
background-color: #F0DADA;
}
</style>
border-color css
<style>
span { border-color: #F0DADA; }
span { border-color: rgb(240,218,218); }
td.TdClassName
{
border-color: #F0DADA;
}
.TagClassName
{
border-color: #F0DADA;
}
</style>