Shades of Soft Peach #F2DCDC
Tints of Soft Peach #F2DCDC
RGB
CMYK
RGB Variations
Color information
#F2DCDC (or 0xF2DCDC) is known color: Soft Peach. HEX triplet: F2, DC and DC. RGB value is (242,220,220). Sum of RGB (Red+Green+Blue) = 242+220+220=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDC is #0D2323. Grayscale: #E2E2E2. Windows color (decimal): -860964 or 14474482. OLE color: 14474482.
HSL color Cylindrical-coordinate representation of color #F2DCDC: hue angle of 0º 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 #F2DCDC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 220 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.05 |
| HSL | 0º | 0.46% | 0.91% | - |
| HSV(B) | 0º | 0.09% | 0.95% | - |
| XYZ | 75.13 | 75.23 | 78.27 | - |
| YUV | 226.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 220 | 0 | 0.09 | 0.09 | 0.05 | 0 | 0.46 | 0.91 |
| Hex | F2 | DC | DC | 0 | 9 | 9 | 5 | 0 | 2E | 5B |
| Octal | 362 | 334 | 334 | 0 | 11 | 11 | 5 | 0 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11011100 | 0 | 1001 | 1001 | 101 | 0 | 101110 | 1011011 |
Color Harmonies of #F2DCDC
Complementary color
Monochromatic Colors of #F2DCDC
Black with #F2DCDC
Text Example
Text Example
White with #F2DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCDC; }
p { color: rgb(242,220,220); }
H1.HeaderClassName
{
color: #F2DCDC;
}
.AnyTagClassName
{
color: #F2DCDC;
}
</style>
background-color css
<style>
a { background-color: #F2DCDC; }
a { background-color: rgb(242,220,220); }
div.DivClassName
{
background-color: #F2DCDC;
}
.BgClassName
{
background-color: #F2DCDC;
}
</style>
border-color css
<style>
span { border-color: #F2DCDC; }
span { border-color: rgb(242,220,220); }
td.TdClassName
{
border-color: #F2DCDC;
}
.TagClassName
{
border-color: #F2DCDC;
}
</style>