Shades of Soft Peach #F5DDDC
Tints of Soft Peach #F5DDDC
RGB
CMYK
RGB Variations
Color information
#F5DDDC (or 0xF5DDDC) is known color: Soft Peach. HEX triplet: F5, DD and DC. RGB value is (245,221,220). Sum of RGB (Red+Green+Blue) = 245+221+220=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDDC is #0A2223. Grayscale: #E4E4E4. Windows color (decimal): -664100 or 14474741. OLE color: 14474741.
HSL color Cylindrical-coordinate representation of color #F5DDDC: hue angle of 2.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDDC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 220 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.04 |
| HSL | 2.4º | 0.56% | 0.91% | - |
| HSV(B) | 2.4º | 0.1% | 0.96% | - |
| XYZ | 76.43 | 76.29 | 78.41 | - |
| YUV | 228.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 220 | 0 | 0.10 | 0.10 | 0.04 | 2.4 | 0.56 | 0.91 |
| Hex | F5 | DD | DC | 0 | A | A | 4 | 2 | 38 | 5B |
| Octal | 365 | 335 | 334 | 0 | 12 | 12 | 4 | 2 | 70 | 133 |
| Binary | 11110101 | 11011101 | 11011100 | 0 | 1010 | 1010 | 100 | 10 | 111000 | 1011011 |
Color Harmonies of #F5DDDC
Complementary color
Monochromatic Colors of #F5DDDC
Black with #F5DDDC
Text Example
Text Example
White with #F5DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDDC; }
p { color: rgb(245,221,220); }
H1.HeaderClassName
{
color: #F5DDDC;
}
.AnyTagClassName
{
color: #F5DDDC;
}
</style>
background-color css
<style>
a { background-color: #F5DDDC; }
a { background-color: rgb(245,221,220); }
div.DivClassName
{
background-color: #F5DDDC;
}
.BgClassName
{
background-color: #F5DDDC;
}
</style>
border-color css
<style>
span { border-color: #F5DDDC; }
span { border-color: rgb(245,221,220); }
td.TdClassName
{
border-color: #F5DDDC;
}
.TagClassName
{
border-color: #F5DDDC;
}
</style>