Shades of Soft Peach #F0DCDB
Tints of Soft Peach #F0DCDB
RGB
CMYK
RGB Variations
Color information
#F0DCDB (or 0xF0DCDB) is known color: Soft Peach. HEX triplet: F0, DC and DB. RGB value is (240,220,219). Sum of RGB (Red+Green+Blue) = 240+220+219=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDB is #0F2324. Grayscale: #E1E1E1. Windows color (decimal): -992037 or 14408944. OLE color: 14408944.
HSL color Cylindrical-coordinate representation of color #F0DCDB: hue angle of 2.86º degrees, saturation: 0.41, 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 #F0DCDB is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 219 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.06 |
| HSL | 2.86º | 0.41% | 0.9% | - |
| HSV(B) | 2.86º | 0.09% | 0.94% | - |
| XYZ | 74.31 | 74.83 | 77.54 | - |
| YUV | 225.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 219 | 0 | 0.08 | 0.09 | 0.06 | 2.86 | 0.41 | 0.9 |
| Hex | F0 | DC | DB | 0 | 8 | 9 | 6 | 3 | 29 | 5A |
| Octal | 360 | 334 | 333 | 0 | 10 | 11 | 6 | 3 | 51 | 132 |
| Binary | 11110000 | 11011100 | 11011011 | 0 | 1000 | 1001 | 110 | 11 | 101001 | 1011010 |
Color Harmonies of #F0DCDB
Complementary color
Monochromatic Colors of #F0DCDB
Black with #F0DCDB
Text Example
Text Example
White with #F0DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCDB; }
p { color: rgb(240,220,219); }
H1.HeaderClassName
{
color: #F0DCDB;
}
.AnyTagClassName
{
color: #F0DCDB;
}
</style>
background-color css
<style>
a { background-color: #F0DCDB; }
a { background-color: rgb(240,220,219); }
div.DivClassName
{
background-color: #F0DCDB;
}
.BgClassName
{
background-color: #F0DCDB;
}
</style>
border-color css
<style>
span { border-color: #F0DCDB; }
span { border-color: rgb(240,220,219); }
td.TdClassName
{
border-color: #F0DCDB;
}
.TagClassName
{
border-color: #F0DCDB;
}
</style>