Shades of Soft Peach #F2DEDD
Tints of Soft Peach #F2DEDD
RGB
CMYK
RGB Variations
Color information
#F2DEDD (or 0xF2DEDD) is known color: Soft Peach. HEX triplet: F2, DE and DD. RGB value is (242,222,221). Sum of RGB (Red+Green+Blue) = 242+222+221=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDD is #0D2122. Grayscale: #E3E3E3. Windows color (decimal): -860451 or 14540530. OLE color: 14540530.
HSL color Cylindrical-coordinate representation of color #F2DEDD: hue angle of 2.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DEDD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 222 | 221 | - |
CMYK | 0 | 0.08 | 0.09 | 0.05 |
HSL | 2.86º | 0.45% | 0.91% | - |
HSV(B) | 2.86º | 0.09% | 0.95% | - |
XYZ | 75.79 | 76.34 | 79.15 | - |
YUV | 227.87 | 124.13 | 138.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 222 | 221 | 0 | 0.08 | 0.09 | 0.05 | 2.86 | 0.45 | 0.91 |
Hex | F2 | DE | DD | 0 | 8 | 9 | 5 | 3 | 2D | 5B |
Octal | 362 | 336 | 335 | 0 | 10 | 11 | 5 | 3 | 55 | 133 |
Binary | 11110010 | 11011110 | 11011101 | 0 | 1000 | 1001 | 101 | 11 | 101101 | 1011011 |
Color Harmonies of #F2DEDD
Complementary color
Monochromatic Colors of #F2DEDD
Black with #F2DEDD
Text Example
Text Example
White with #F2DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEDD; }
p { color: rgb(242,222,221); }
H1.HeaderClassName
{
color: #F2DEDD;
}
.AnyTagClassName
{
color: #F2DEDD;
}
</style>
background-color css
<style>
a { background-color: #F2DEDD; }
a { background-color: rgb(242,222,221); }
div.DivClassName
{
background-color: #F2DEDD;
}
.BgClassName
{
background-color: #F2DEDD;
}
</style>
border-color css
<style>
span { border-color: #F2DEDD; }
span { border-color: rgb(242,222,221); }
td.TdClassName
{
border-color: #F2DEDD;
}
.TagClassName
{
border-color: #F2DEDD;
}
</style>