Shades of Soft Peach #F6DEDD
Tints of Soft Peach #F6DEDD
RGB
CMYK
RGB Variations
Color information
#F6DEDD (or 0xF6DEDD) is known color: Soft Peach. HEX triplet: F6, DE and DD. RGB value is (246,222,221). Sum of RGB (Red+Green+Blue) = 246+222+221=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDD is #092122. Grayscale: #E5E5E5. Windows color (decimal): -598307 or 14540534. OLE color: 14540534.
HSL color Cylindrical-coordinate representation of color #F6DEDD: hue angle of 2.4º 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 #F6DEDD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 221 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.04 |
| HSL | 2.4º | 0.58% | 0.92% | - |
| HSV(B) | 2.4º | 0.1% | 0.96% | - |
| XYZ | 77.18 | 77.06 | 79.21 | - |
| YUV | 229.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 221 | 0 | 0.10 | 0.10 | 0.04 | 2.4 | 0.58 | 0.92 |
| Hex | F6 | DE | DD | 0 | A | A | 4 | 2 | 3A | 5C |
| Octal | 366 | 336 | 335 | 0 | 12 | 12 | 4 | 2 | 72 | 134 |
| Binary | 11110110 | 11011110 | 11011101 | 0 | 1010 | 1010 | 100 | 10 | 111010 | 1011100 |
Color Harmonies of #F6DEDD
Complementary color
Monochromatic Colors of #F6DEDD
Black with #F6DEDD
Text Example
Text Example
White with #F6DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEDD; }
p { color: rgb(246,222,221); }
H1.HeaderClassName
{
color: #F6DEDD;
}
.AnyTagClassName
{
color: #F6DEDD;
}
</style>
background-color css
<style>
a { background-color: #F6DEDD; }
a { background-color: rgb(246,222,221); }
div.DivClassName
{
background-color: #F6DEDD;
}
.BgClassName
{
background-color: #F6DEDD;
}
</style>
border-color css
<style>
span { border-color: #F6DEDD; }
span { border-color: rgb(246,222,221); }
td.TdClassName
{
border-color: #F6DEDD;
}
.TagClassName
{
border-color: #F6DEDD;
}
</style>