Shades of Soft Peach #F0DCDA
Tints of Soft Peach #F0DCDA
RGB
CMYK
RGB Variations
Color information
#F0DCDA (or 0xF0DCDA) is known color: Soft Peach. HEX triplet: F0, DC and DA. RGB value is (240,220,218). Sum of RGB (Red+Green+Blue) = 240+220+218=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDA is #0F2325. Grayscale: #E1E1E1. Windows color (decimal): -992038 or 14343408. OLE color: 14343408.
HSL color Cylindrical-coordinate representation of color #F0DCDA: hue angle of 5.45º 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 #F0DCDA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 220 | 218 | - |
CMYK | 0 | 0.08 | 0.09 | 0.06 |
HSL | 5.45º | 0.42% | 0.9% | - |
HSV(B) | 5.45º | 0.09% | 0.94% | - |
XYZ | 74.18 | 74.77 | 76.85 | - |
YUV | 225.75 | 123.63 | 138.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 220 | 218 | 0 | 0.08 | 0.09 | 0.06 | 5.45 | 0.42 | 0.9 |
Hex | F0 | DC | DA | 0 | 8 | 9 | 6 | 5 | 2A | 5A |
Octal | 360 | 334 | 332 | 0 | 10 | 11 | 6 | 5 | 52 | 132 |
Binary | 11110000 | 11011100 | 11011010 | 0 | 1000 | 1001 | 110 | 101 | 101010 | 1011010 |
Color Harmonies of #F0DCDA
Complementary color
Monochromatic Colors of #F0DCDA
Black with #F0DCDA
Text Example
Text Example
White with #F0DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCDA; }
p { color: rgb(240,220,218); }
H1.HeaderClassName
{
color: #F0DCDA;
}
.AnyTagClassName
{
color: #F0DCDA;
}
</style>
background-color css
<style>
a { background-color: #F0DCDA; }
a { background-color: rgb(240,220,218); }
div.DivClassName
{
background-color: #F0DCDA;
}
.BgClassName
{
background-color: #F0DCDA;
}
</style>
border-color css
<style>
span { border-color: #F0DCDA; }
span { border-color: rgb(240,220,218); }
td.TdClassName
{
border-color: #F0DCDA;
}
.TagClassName
{
border-color: #F0DCDA;
}
</style>