Shades of Soft Peach #F4DDDC
Tints of Soft Peach #F4DDDC
RGB
CMYK
RGB Variations
Color information
#F4DDDC (or 0xF4DDDC) is known color: Soft Peach. HEX triplet: F4, DD and DC. RGB value is (244,221,220). Sum of RGB (Red+Green+Blue) = 244+221+220=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDDC is #0B2223. Grayscale: #E3E3E3. Windows color (decimal): -729636 or 14474740. OLE color: 14474740.
HSL color Cylindrical-coordinate representation of color #F4DDDC: hue angle of 2.5º degrees, saturation: 0.52, 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 #F4DDDC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 220 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.04 |
| HSL | 2.5º | 0.52% | 0.91% | - |
| HSV(B) | 2.5º | 0.1% | 0.96% | - |
| XYZ | 76.08 | 76.11 | 78.39 | - |
| YUV | 227.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 220 | 0 | 0.09 | 0.10 | 0.04 | 2.5 | 0.52 | 0.91 |
| Hex | F4 | DD | DC | 0 | 9 | A | 4 | 2 | 34 | 5B |
| Octal | 364 | 335 | 334 | 0 | 11 | 12 | 4 | 2 | 64 | 133 |
| Binary | 11110100 | 11011101 | 11011100 | 0 | 1001 | 1010 | 100 | 10 | 110100 | 1011011 |
Color Harmonies of #F4DDDC
Complementary color
Monochromatic Colors of #F4DDDC
Black with #F4DDDC
Text Example
Text Example
White with #F4DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDDC; }
p { color: rgb(244,221,220); }
H1.HeaderClassName
{
color: #F4DDDC;
}
.AnyTagClassName
{
color: #F4DDDC;
}
</style>
background-color css
<style>
a { background-color: #F4DDDC; }
a { background-color: rgb(244,221,220); }
div.DivClassName
{
background-color: #F4DDDC;
}
.BgClassName
{
background-color: #F4DDDC;
}
</style>
border-color css
<style>
span { border-color: #F4DDDC; }
span { border-color: rgb(244,221,220); }
td.TdClassName
{
border-color: #F4DDDC;
}
.TagClassName
{
border-color: #F4DDDC;
}
</style>