Shades of Soft Peach #F2DADA
Tints of Soft Peach #F2DADA
RGB
CMYK
RGB Variations
Color information
#F2DADA (or 0xF2DADA) is known color: Soft Peach. HEX triplet: F2, DA and DA. RGB value is (242,218,218). Sum of RGB (Red+Green+Blue) = 242+218+218=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADA is #0D2525. Grayscale: #E1E1E1. Windows color (decimal): -861478 or 14342898. OLE color: 14342898.
HSL color Cylindrical-coordinate representation of color #F2DADA: hue angle of 0º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DADA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 218 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.05 |
| HSL | 0º | 0.48% | 0.9% | - |
| HSV(B) | 0º | 0.1% | 0.95% | - |
| XYZ | 74.34 | 74.08 | 76.71 | - |
| YUV | 225.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 218 | 0 | 0.10 | 0.10 | 0.05 | 0 | 0.48 | 0.9 |
| Hex | F2 | DA | DA | 0 | A | A | 5 | 0 | 30 | 5A |
| Octal | 362 | 332 | 332 | 0 | 12 | 12 | 5 | 0 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11011010 | 0 | 1010 | 1010 | 101 | 0 | 110000 | 1011010 |
Color Harmonies of #F2DADA
Complementary color
Monochromatic Colors of #F2DADA
Black with #F2DADA
Text Example
Text Example
White with #F2DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DADA; }
p { color: rgb(242,218,218); }
H1.HeaderClassName
{
color: #F2DADA;
}
.AnyTagClassName
{
color: #F2DADA;
}
</style>
background-color css
<style>
a { background-color: #F2DADA; }
a { background-color: rgb(242,218,218); }
div.DivClassName
{
background-color: #F2DADA;
}
.BgClassName
{
background-color: #F2DADA;
}
</style>
border-color css
<style>
span { border-color: #F2DADA; }
span { border-color: rgb(242,218,218); }
td.TdClassName
{
border-color: #F2DADA;
}
.TagClassName
{
border-color: #F2DADA;
}
</style>