Shades of Soft Peach #F4DEDE
Tints of Soft Peach #F4DEDE
RGB
CMYK
RGB Variations
Color information
#F4DEDE (or 0xF4DEDE) is known color: Soft Peach. HEX triplet: F4, DE and DE. RGB value is (244,222,222). Sum of RGB (Red+Green+Blue) = 244+222+222=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEDE is #0B2121. Grayscale: #E4E4E4. Windows color (decimal): -729378 or 14606068. OLE color: 14606068.
HSL color Cylindrical-coordinate representation of color #F4DEDE: hue angle of 0º degrees, saturation: 0.5, 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 #F4DEDE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 222 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.04 |
| HSL | 0º | 0.5% | 0.91% | - |
| HSV(B) | 0º | 0.09% | 0.96% | - |
| XYZ | 76.61 | 76.75 | 79.88 | - |
| YUV | 228.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 222 | 0 | 0.09 | 0.09 | 0.04 | 0 | 0.5 | 0.91 |
| Hex | F4 | DE | DE | 0 | 9 | 9 | 4 | 0 | 32 | 5B |
| Octal | 364 | 336 | 336 | 0 | 11 | 11 | 4 | 0 | 62 | 133 |
| Binary | 11110100 | 11011110 | 11011110 | 0 | 1001 | 1001 | 100 | 0 | 110010 | 1011011 |
Color Harmonies of #F4DEDE
Complementary color
Monochromatic Colors of #F4DEDE
Black with #F4DEDE
Text Example
Text Example
White with #F4DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEDE; }
p { color: rgb(244,222,222); }
H1.HeaderClassName
{
color: #F4DEDE;
}
.AnyTagClassName
{
color: #F4DEDE;
}
</style>
background-color css
<style>
a { background-color: #F4DEDE; }
a { background-color: rgb(244,222,222); }
div.DivClassName
{
background-color: #F4DEDE;
}
.BgClassName
{
background-color: #F4DEDE;
}
</style>
border-color css
<style>
span { border-color: #F4DEDE; }
span { border-color: rgb(244,222,222); }
td.TdClassName
{
border-color: #F4DEDE;
}
.TagClassName
{
border-color: #F4DEDE;
}
</style>