Shades of Soft Peach #F2D9D8
Tints of Soft Peach #F2D9D8
RGB
CMYK
RGB Variations
Color information
#F2D9D8 (or 0xF2D9D8) is known color: Soft Peach. HEX triplet: F2, D9 and D8. RGB value is (242,217,216). Sum of RGB (Red+Green+Blue) = 242+217+216=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9D8 is #0D2627. Grayscale: #E0E0E0. Windows color (decimal): -861736 or 14211570. OLE color: 14211570.
HSL color Cylindrical-coordinate representation of color #F2D9D8: hue angle of 2.31º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D9D8 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 216 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.05 |
| HSL | 2.31º | 0.5% | 0.9% | - |
| HSV(B) | 2.31º | 0.11% | 0.95% | - |
| XYZ | 73.83 | 73.46 | 75.25 | - |
| YUV | 224.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 216 | 0 | 0.10 | 0.11 | 0.05 | 2.31 | 0.5 | 0.9 |
| Hex | F2 | D9 | D8 | 0 | A | B | 5 | 2 | 32 | 5A |
| Octal | 362 | 331 | 330 | 0 | 12 | 13 | 5 | 2 | 62 | 132 |
| Binary | 11110010 | 11011001 | 11011000 | 0 | 1010 | 1011 | 101 | 10 | 110010 | 1011010 |
Color Harmonies of #F2D9D8
Complementary color
Monochromatic Colors of #F2D9D8
Black with #F2D9D8
Text Example
Text Example
White with #F2D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9D8; }
p { color: rgb(242,217,216); }
H1.HeaderClassName
{
color: #F2D9D8;
}
.AnyTagClassName
{
color: #F2D9D8;
}
</style>
background-color css
<style>
a { background-color: #F2D9D8; }
a { background-color: rgb(242,217,216); }
div.DivClassName
{
background-color: #F2D9D8;
}
.BgClassName
{
background-color: #F2D9D8;
}
</style>
border-color css
<style>
span { border-color: #F2D9D8; }
span { border-color: rgb(242,217,216); }
td.TdClassName
{
border-color: #F2D9D8;
}
.TagClassName
{
border-color: #F2D9D8;
}
</style>