Shades of Soft Peach #F6DDDC
Tints of Soft Peach #F6DDDC
RGB
CMYK
RGB Variations
Color information
#F6DDDC (or 0xF6DDDC) is known color: Soft Peach. HEX triplet: F6, DD and DC. RGB value is (246,221,220). Sum of RGB (Red+Green+Blue) = 246+221+220=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDDC is #092223. Grayscale: #E4E4E4. Windows color (decimal): -598564 or 14474742. OLE color: 14474742.
HSL color Cylindrical-coordinate representation of color #F6DDDC: hue angle of 2.31º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DDDC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 220 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.04 |
| HSL | 2.31º | 0.59% | 0.91% | - |
| HSV(B) | 2.31º | 0.11% | 0.96% | - |
| XYZ | 76.78 | 76.47 | 78.42 | - |
| YUV | 228.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 220 | 0 | 0.10 | 0.11 | 0.04 | 2.31 | 0.59 | 0.91 |
| Hex | F6 | DD | DC | 0 | A | B | 4 | 2 | 3B | 5B |
| Octal | 366 | 335 | 334 | 0 | 12 | 13 | 4 | 2 | 73 | 133 |
| Binary | 11110110 | 11011101 | 11011100 | 0 | 1010 | 1011 | 100 | 10 | 111011 | 1011011 |
Color Harmonies of #F6DDDC
Complementary color
Monochromatic Colors of #F6DDDC
Black with #F6DDDC
Text Example
Text Example
White with #F6DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDDC; }
p { color: rgb(246,221,220); }
H1.HeaderClassName
{
color: #F6DDDC;
}
.AnyTagClassName
{
color: #F6DDDC;
}
</style>
background-color css
<style>
a { background-color: #F6DDDC; }
a { background-color: rgb(246,221,220); }
div.DivClassName
{
background-color: #F6DDDC;
}
.BgClassName
{
background-color: #F6DDDC;
}
</style>
border-color css
<style>
span { border-color: #F6DDDC; }
span { border-color: rgb(246,221,220); }
td.TdClassName
{
border-color: #F6DDDC;
}
.TagClassName
{
border-color: #F6DDDC;
}
</style>