Shades of Soft Peach #F2DEDE
Tints of Soft Peach #F2DEDE
RGB
CMYK
RGB Variations
Color information
#F2DEDE (or 0xF2DEDE) is known color: Soft Peach. HEX triplet: F2, DE and DE. RGB value is (242,222,222). Sum of RGB (Red+Green+Blue) = 242+222+222=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDE is #0D2121. Grayscale: #E4E4E4. Windows color (decimal): -860450 or 14606066. OLE color: 14606066.
HSL color Cylindrical-coordinate representation of color #F2DEDE: hue angle of 0º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEDE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 222 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.05 |
| HSL | 0º | 0.43% | 0.91% | - |
| HSV(B) | 0º | 0.08% | 0.95% | - |
| XYZ | 75.92 | 76.39 | 79.85 | - |
| YUV | 227.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 222 | 0 | 0.08 | 0.08 | 0.05 | 0 | 0.43 | 0.91 |
| Hex | F2 | DE | DE | 0 | 8 | 8 | 5 | 0 | 2B | 5B |
| Octal | 362 | 336 | 336 | 0 | 10 | 10 | 5 | 0 | 53 | 133 |
| Binary | 11110010 | 11011110 | 11011110 | 0 | 1000 | 1000 | 101 | 0 | 101011 | 1011011 |
Color Harmonies of #F2DEDE
Complementary color
Monochromatic Colors of #F2DEDE
Black with #F2DEDE
Text Example
Text Example
White with #F2DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEDE; }
p { color: rgb(242,222,222); }
H1.HeaderClassName
{
color: #F2DEDE;
}
.AnyTagClassName
{
color: #F2DEDE;
}
</style>
background-color css
<style>
a { background-color: #F2DEDE; }
a { background-color: rgb(242,222,222); }
div.DivClassName
{
background-color: #F2DEDE;
}
.BgClassName
{
background-color: #F2DEDE;
}
</style>
border-color css
<style>
span { border-color: #F2DEDE; }
span { border-color: rgb(242,222,222); }
td.TdClassName
{
border-color: #F2DEDE;
}
.TagClassName
{
border-color: #F2DEDE;
}
</style>