Shades of Soft Peach #F2DDDC
Tints of Soft Peach #F2DDDC
RGB
CMYK
RGB Variations
Color information
#F2DDDC (or 0xF2DDDC) is known color: Soft Peach. HEX triplet: F2, DD and DC. RGB value is (242,221,220). Sum of RGB (Red+Green+Blue) = 242+221+220=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDDC is #0D2223. Grayscale: #E3E3E3. Windows color (decimal): -860708 or 14474738. OLE color: 14474738.
HSL color Cylindrical-coordinate representation of color #F2DDDC: hue angle of 2.73º degrees, saturation: 0.46, 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 #F2DDDC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 220 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.05 |
| HSL | 2.73º | 0.46% | 0.91% | - |
| HSV(B) | 2.73º | 0.09% | 0.95% | - |
| XYZ | 75.39 | 75.76 | 78.36 | - |
| YUV | 227.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 220 | 0 | 0.09 | 0.09 | 0.05 | 2.73 | 0.46 | 0.91 |
| Hex | F2 | DD | DC | 0 | 9 | 9 | 5 | 3 | 2E | 5B |
| Octal | 362 | 335 | 334 | 0 | 11 | 11 | 5 | 3 | 56 | 133 |
| Binary | 11110010 | 11011101 | 11011100 | 0 | 1001 | 1001 | 101 | 11 | 101110 | 1011011 |
Color Harmonies of #F2DDDC
Complementary color
Monochromatic Colors of #F2DDDC
Black with #F2DDDC
Text Example
Text Example
White with #F2DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDDC; }
p { color: rgb(242,221,220); }
H1.HeaderClassName
{
color: #F2DDDC;
}
.AnyTagClassName
{
color: #F2DDDC;
}
</style>
background-color css
<style>
a { background-color: #F2DDDC; }
a { background-color: rgb(242,221,220); }
div.DivClassName
{
background-color: #F2DDDC;
}
.BgClassName
{
background-color: #F2DDDC;
}
</style>
border-color css
<style>
span { border-color: #F2DDDC; }
span { border-color: rgb(242,221,220); }
td.TdClassName
{
border-color: #F2DDDC;
}
.TagClassName
{
border-color: #F2DDDC;
}
</style>