Shades of Soft Peach #F6DADA
Tints of Soft Peach #F6DADA
RGB
CMYK
RGB Variations
Color information
#F6DADA (or 0xF6DADA) is known color: Soft Peach. HEX triplet: F6, DA and DA. RGB value is (246,218,218). Sum of RGB (Red+Green+Blue) = 246+218+218=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DADA is #092525. Grayscale: #E2E2E2. Windows color (decimal): -599334 or 14342902. OLE color: 14342902.
HSL color Cylindrical-coordinate representation of color #F6DADA: hue angle of 0º degrees, saturation: 0.61, 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 #F6DADA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 218 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.04 |
| HSL | 0º | 0.61% | 0.91% | - |
| HSV(B) | 0º | 0.11% | 0.96% | - |
| XYZ | 75.73 | 74.8 | 76.78 | - |
| YUV | 226.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 218 | 0 | 0.11 | 0.11 | 0.04 | 0 | 0.61 | 0.91 |
| Hex | F6 | DA | DA | 0 | B | B | 4 | 0 | 3D | 5B |
| Octal | 366 | 332 | 332 | 0 | 13 | 13 | 4 | 0 | 75 | 133 |
| Binary | 11110110 | 11011010 | 11011010 | 0 | 1011 | 1011 | 100 | 0 | 111101 | 1011011 |
Color Harmonies of #F6DADA
Complementary color
Monochromatic Colors of #F6DADA
Black with #F6DADA
Text Example
Text Example
White with #F6DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DADA; }
p { color: rgb(246,218,218); }
H1.HeaderClassName
{
color: #F6DADA;
}
.AnyTagClassName
{
color: #F6DADA;
}
</style>
background-color css
<style>
a { background-color: #F6DADA; }
a { background-color: rgb(246,218,218); }
div.DivClassName
{
background-color: #F6DADA;
}
.BgClassName
{
background-color: #F6DADA;
}
</style>
border-color css
<style>
span { border-color: #F6DADA; }
span { border-color: rgb(246,218,218); }
td.TdClassName
{
border-color: #F6DADA;
}
.TagClassName
{
border-color: #F6DADA;
}
</style>