Shades of Soft Peach #F2E1DF
Tints of Soft Peach #F2E1DF
RGB
CMYK
RGB Variations
Color information
#F2E1DF (or 0xF2E1DF) is known color: Soft Peach. HEX triplet: F2, E1 and DF. RGB value is (242,225,223). Sum of RGB (Red+Green+Blue) = 242+225+223=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1DF is #0D1E20. Grayscale: #E5E5E5. Windows color (decimal): -859681 or 14672370. OLE color: 14672370.
HSL color Cylindrical-coordinate representation of color #F2E1DF: hue angle of 6.32º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E1DF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 223 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.05 |
| HSL | 6.32º | 0.42% | 0.91% | - |
| HSV(B) | 6.32º | 0.08% | 0.95% | - |
| XYZ | 76.86 | 78.06 | 80.83 | - |
| YUV | 229.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 223 | 0 | 0.07 | 0.08 | 0.05 | 6.32 | 0.42 | 0.91 |
| Hex | F2 | E1 | DF | 0 | 7 | 8 | 5 | 6 | 2A | 5B |
| Octal | 362 | 341 | 337 | 0 | 7 | 10 | 5 | 6 | 52 | 133 |
| Binary | 11110010 | 11100001 | 11011111 | 0 | 111 | 1000 | 101 | 110 | 101010 | 1011011 |
Color Harmonies of #F2E1DF
Complementary color
Monochromatic Colors of #F2E1DF
Black with #F2E1DF
Text Example
Text Example
White with #F2E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1DF; }
p { color: rgb(242,225,223); }
H1.HeaderClassName
{
color: #F2E1DF;
}
.AnyTagClassName
{
color: #F2E1DF;
}
</style>
background-color css
<style>
a { background-color: #F2E1DF; }
a { background-color: rgb(242,225,223); }
div.DivClassName
{
background-color: #F2E1DF;
}
.BgClassName
{
background-color: #F2E1DF;
}
</style>
border-color css
<style>
span { border-color: #F2E1DF; }
span { border-color: rgb(242,225,223); }
td.TdClassName
{
border-color: #F2E1DF;
}
.TagClassName
{
border-color: #F2E1DF;
}
</style>