Shades of Soft Peach #F3E0DE
Tints of Soft Peach #F3E0DE
RGB
CMYK
RGB Variations
Color information
#F3E0DE (or 0xF3E0DE) is known color: Soft Peach. HEX triplet: F3, E0 and DE. RGB value is (243,224,222). Sum of RGB (Red+Green+Blue) = 243+224+222=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0DE is #0C1F21. Grayscale: #E5E5E5. Windows color (decimal): -794402 or 14606579. OLE color: 14606579.
HSL color Cylindrical-coordinate representation of color #F3E0DE: hue angle of 5.71º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E0DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 222 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.05 |
| HSL | 5.71º | 0.47% | 0.91% | - |
| HSV(B) | 5.71º | 0.09% | 0.95% | - |
| XYZ | 76.8 | 77.64 | 80.05 | - |
| YUV | 229.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 222 | 0 | 0.08 | 0.09 | 0.05 | 5.71 | 0.47 | 0.91 |
| Hex | F3 | E0 | DE | 0 | 8 | 9 | 5 | 6 | 2F | 5B |
| Octal | 363 | 340 | 336 | 0 | 10 | 11 | 5 | 6 | 57 | 133 |
| Binary | 11110011 | 11100000 | 11011110 | 0 | 1000 | 1001 | 101 | 110 | 101111 | 1011011 |
Color Harmonies of #F3E0DE
Complementary color
Monochromatic Colors of #F3E0DE
Black with #F3E0DE
Text Example
Text Example
White with #F3E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0DE; }
p { color: rgb(243,224,222); }
H1.HeaderClassName
{
color: #F3E0DE;
}
.AnyTagClassName
{
color: #F3E0DE;
}
</style>
background-color css
<style>
a { background-color: #F3E0DE; }
a { background-color: rgb(243,224,222); }
div.DivClassName
{
background-color: #F3E0DE;
}
.BgClassName
{
background-color: #F3E0DE;
}
</style>
border-color css
<style>
span { border-color: #F3E0DE; }
span { border-color: rgb(243,224,222); }
td.TdClassName
{
border-color: #F3E0DE;
}
.TagClassName
{
border-color: #F3E0DE;
}
</style>