Shades of Soft Peach #F0DBDA
Tints of Soft Peach #F0DBDA
RGB
CMYK
RGB Variations
Color information
#F0DBDA (or 0xF0DBDA) is known color: Soft Peach. HEX triplet: F0, DB and DA. RGB value is (240,219,218). Sum of RGB (Red+Green+Blue) = 240+219+218=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBDA is #0F2425. Grayscale: #E1E1E1. Windows color (decimal): -992294 or 14343152. OLE color: 14343152.
HSL color Cylindrical-coordinate representation of color #F0DBDA: hue angle of 2.73º 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 #F0DBDA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 218 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.06 |
| HSL | 2.73º | 0.42% | 0.9% | - |
| HSV(B) | 2.73º | 0.09% | 0.94% | - |
| XYZ | 73.92 | 74.25 | 76.77 | - |
| YUV | 225.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 218 | 0 | 0.09 | 0.09 | 0.06 | 2.73 | 0.42 | 0.9 |
| Hex | F0 | DB | DA | 0 | 9 | 9 | 6 | 3 | 2A | 5A |
| Octal | 360 | 333 | 332 | 0 | 11 | 11 | 6 | 3 | 52 | 132 |
| Binary | 11110000 | 11011011 | 11011010 | 0 | 1001 | 1001 | 110 | 11 | 101010 | 1011010 |
Color Harmonies of #F0DBDA
Complementary color
Monochromatic Colors of #F0DBDA
Black with #F0DBDA
Text Example
Text Example
White with #F0DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBDA; }
p { color: rgb(240,219,218); }
H1.HeaderClassName
{
color: #F0DBDA;
}
.AnyTagClassName
{
color: #F0DBDA;
}
</style>
background-color css
<style>
a { background-color: #F0DBDA; }
a { background-color: rgb(240,219,218); }
div.DivClassName
{
background-color: #F0DBDA;
}
.BgClassName
{
background-color: #F0DBDA;
}
</style>
border-color css
<style>
span { border-color: #F0DBDA; }
span { border-color: rgb(240,219,218); }
td.TdClassName
{
border-color: #F0DBDA;
}
.TagClassName
{
border-color: #F0DBDA;
}
</style>