Shades of Soft Peach #F4DEDD
Tints of Soft Peach #F4DEDD
RGB
CMYK
RGB Variations
Color information
#F4DEDD (or 0xF4DEDD) is known color: Soft Peach. HEX triplet: F4, DE and DD. RGB value is (244,222,221). Sum of RGB (Red+Green+Blue) = 244+222+221=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEDD is #0B2122. Grayscale: #E4E4E4. Windows color (decimal): -729379 or 14540532. OLE color: 14540532.
HSL color Cylindrical-coordinate representation of color #F4DEDD: hue angle of 2.61º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DEDD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 221 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.04 |
| HSL | 2.61º | 0.51% | 0.91% | - |
| HSV(B) | 2.61º | 0.09% | 0.96% | - |
| XYZ | 76.48 | 76.7 | 79.18 | - |
| YUV | 228.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 221 | 0 | 0.09 | 0.09 | 0.04 | 2.61 | 0.51 | 0.91 |
| Hex | F4 | DE | DD | 0 | 9 | 9 | 4 | 3 | 33 | 5B |
| Octal | 364 | 336 | 335 | 0 | 11 | 11 | 4 | 3 | 63 | 133 |
| Binary | 11110100 | 11011110 | 11011101 | 0 | 1001 | 1001 | 100 | 11 | 110011 | 1011011 |
Color Harmonies of #F4DEDD
Complementary color
Monochromatic Colors of #F4DEDD
Black with #F4DEDD
Text Example
Text Example
White with #F4DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEDD; }
p { color: rgb(244,222,221); }
H1.HeaderClassName
{
color: #F4DEDD;
}
.AnyTagClassName
{
color: #F4DEDD;
}
</style>
background-color css
<style>
a { background-color: #F4DEDD; }
a { background-color: rgb(244,222,221); }
div.DivClassName
{
background-color: #F4DEDD;
}
.BgClassName
{
background-color: #F4DEDD;
}
</style>
border-color css
<style>
span { border-color: #F4DEDD; }
span { border-color: rgb(244,222,221); }
td.TdClassName
{
border-color: #F4DEDD;
}
.TagClassName
{
border-color: #F4DEDD;
}
</style>