Shades of Soft Peach #F7DCDC
Tints of Soft Peach #F7DCDC
RGB
CMYK
RGB Variations
Color information
#F7DCDC (or 0xF7DCDC) is known color: Soft Peach. HEX triplet: F7, DC and DC. RGB value is (247,220,220). Sum of RGB (Red+Green+Blue) = 247+220+220=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCDC is #082323. Grayscale: #E4E4E4. Windows color (decimal): -533284 or 14474487. OLE color: 14474487.
HSL color Cylindrical-coordinate representation of color #F7DCDC: hue angle of 0º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCDC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 220 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.03 |
| HSL | 0º | 0.63% | 0.92% | - |
| HSV(B) | 0º | 0.11% | 0.97% | - |
| XYZ | 76.87 | 76.13 | 78.35 | - |
| YUV | 228.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 220 | 0 | 0.11 | 0.11 | 0.03 | 0 | 0.63 | 0.92 |
| Hex | F7 | DC | DC | 0 | B | B | 3 | 0 | 3F | 5C |
| Octal | 367 | 334 | 334 | 0 | 13 | 13 | 3 | 0 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11011100 | 0 | 1011 | 1011 | 11 | 0 | 111111 | 1011100 |
Color Harmonies of #F7DCDC
Complementary color
Monochromatic Colors of #F7DCDC
Black with #F7DCDC
Text Example
Text Example
White with #F7DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCDC; }
p { color: rgb(247,220,220); }
H1.HeaderClassName
{
color: #F7DCDC;
}
.AnyTagClassName
{
color: #F7DCDC;
}
</style>
background-color css
<style>
a { background-color: #F7DCDC; }
a { background-color: rgb(247,220,220); }
div.DivClassName
{
background-color: #F7DCDC;
}
.BgClassName
{
background-color: #F7DCDC;
}
</style>
border-color css
<style>
span { border-color: #F7DCDC; }
span { border-color: rgb(247,220,220); }
td.TdClassName
{
border-color: #F7DCDC;
}
.TagClassName
{
border-color: #F7DCDC;
}
</style>