Shades of Soft Peach #F6DDDD
Tints of Soft Peach #F6DDDD
RGB
CMYK
RGB Variations
Color information
#F6DDDD (or 0xF6DDDD) is known color: Soft Peach. HEX triplet: F6, DD and DD. RGB value is (246,221,221). Sum of RGB (Red+Green+Blue) = 246+221+221=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDDD is #092222. Grayscale: #E4E4E4. Windows color (decimal): -598563 or 14540278. OLE color: 14540278.
HSL color Cylindrical-coordinate representation of color #F6DDDD: hue angle of 0º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DDDD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 221 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.04 |
| HSL | 0º | 0.58% | 0.92% | - |
| HSV(B) | 0º | 0.1% | 0.96% | - |
| XYZ | 76.91 | 76.53 | 79.12 | - |
| YUV | 228.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 221 | 0 | 0.10 | 0.10 | 0.04 | 0 | 0.58 | 0.92 |
| Hex | F6 | DD | DD | 0 | A | A | 4 | 0 | 3A | 5C |
| Octal | 366 | 335 | 335 | 0 | 12 | 12 | 4 | 0 | 72 | 134 |
| Binary | 11110110 | 11011101 | 11011101 | 0 | 1010 | 1010 | 100 | 0 | 111010 | 1011100 |
Color Harmonies of #F6DDDD
Complementary color
Monochromatic Colors of #F6DDDD
Black with #F6DDDD
Text Example
Text Example
White with #F6DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDDD; }
p { color: rgb(246,221,221); }
H1.HeaderClassName
{
color: #F6DDDD;
}
.AnyTagClassName
{
color: #F6DDDD;
}
</style>
background-color css
<style>
a { background-color: #F6DDDD; }
a { background-color: rgb(246,221,221); }
div.DivClassName
{
background-color: #F6DDDD;
}
.BgClassName
{
background-color: #F6DDDD;
}
</style>
border-color css
<style>
span { border-color: #F6DDDD; }
span { border-color: rgb(246,221,221); }
td.TdClassName
{
border-color: #F6DDDD;
}
.TagClassName
{
border-color: #F6DDDD;
}
</style>