Shades of Soft Peach #F1E2E1
Tints of Soft Peach #F1E2E1
RGB
CMYK
RGB Variations
Color information
#F1E2E1 (or 0xF1E2E1) is known color: Soft Peach. HEX triplet: F1, E2 and E1. RGB value is (241,226,225). Sum of RGB (Red+Green+Blue) = 241+226+225=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2E1 is #0E1D1E. Grayscale: #E6E6E6. Windows color (decimal): -924959 or 14803697. OLE color: 14803697.
HSL color Cylindrical-coordinate representation of color #F1E2E1: hue angle of 3.75º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E2E1 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 225 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.05 |
| HSL | 3.75º | 0.36% | 0.91% | - |
| HSV(B) | 3.75º | 0.07% | 0.95% | - |
| XYZ | 77.06 | 78.53 | 82.33 | - |
| YUV | 230.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 225 | 0 | 0.06 | 0.07 | 0.05 | 3.75 | 0.36 | 0.91 |
| Hex | F1 | E2 | E1 | 0 | 6 | 7 | 5 | 4 | 24 | 5B |
| Octal | 361 | 342 | 341 | 0 | 6 | 7 | 5 | 4 | 44 | 133 |
| Binary | 11110001 | 11100010 | 11100001 | 0 | 110 | 111 | 101 | 100 | 100100 | 1011011 |
Color Harmonies of #F1E2E1
Complementary color
Monochromatic Colors of #F1E2E1
Black with #F1E2E1
Text Example
Text Example
White with #F1E2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2E1; }
p { color: rgb(241,226,225); }
H1.HeaderClassName
{
color: #F1E2E1;
}
.AnyTagClassName
{
color: #F1E2E1;
}
</style>
background-color css
<style>
a { background-color: #F1E2E1; }
a { background-color: rgb(241,226,225); }
div.DivClassName
{
background-color: #F1E2E1;
}
.BgClassName
{
background-color: #F1E2E1;
}
</style>
border-color css
<style>
span { border-color: #F1E2E1; }
span { border-color: rgb(241,226,225); }
td.TdClassName
{
border-color: #F1E2E1;
}
.TagClassName
{
border-color: #F1E2E1;
}
</style>