Shades of Soft Peach #F3E0DF
Tints of Soft Peach #F3E0DF
RGB
CMYK
RGB Variations
Color information
#F3E0DF (or 0xF3E0DF) is known color: Soft Peach. HEX triplet: F3, E0 and DF. RGB value is (243,224,223). Sum of RGB (Red+Green+Blue) = 243+224+223=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0DF is #0C1F20. Grayscale: #E5E5E5. Windows color (decimal): -794401 or 14672115. OLE color: 14672115.
HSL color Cylindrical-coordinate representation of color #F3E0DF: hue angle of 3º degrees, saturation: 0.45, 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 #F3E0DF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 223 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.05 |
| HSL | 3º | 0.45% | 0.91% | - |
| HSV(B) | 3º | 0.08% | 0.95% | - |
| XYZ | 76.94 | 77.69 | 80.75 | - |
| YUV | 229.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 223 | 0 | 0.08 | 0.08 | 0.05 | 3 | 0.45 | 0.91 |
| Hex | F3 | E0 | DF | 0 | 8 | 8 | 5 | 3 | 2D | 5B |
| Octal | 363 | 340 | 337 | 0 | 10 | 10 | 5 | 3 | 55 | 133 |
| Binary | 11110011 | 11100000 | 11011111 | 0 | 1000 | 1000 | 101 | 11 | 101101 | 1011011 |
Color Harmonies of #F3E0DF
Complementary color
Monochromatic Colors of #F3E0DF
Black with #F3E0DF
Text Example
Text Example
White with #F3E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0DF; }
p { color: rgb(243,224,223); }
H1.HeaderClassName
{
color: #F3E0DF;
}
.AnyTagClassName
{
color: #F3E0DF;
}
</style>
background-color css
<style>
a { background-color: #F3E0DF; }
a { background-color: rgb(243,224,223); }
div.DivClassName
{
background-color: #F3E0DF;
}
.BgClassName
{
background-color: #F3E0DF;
}
</style>
border-color css
<style>
span { border-color: #F3E0DF; }
span { border-color: rgb(243,224,223); }
td.TdClassName
{
border-color: #F3E0DF;
}
.TagClassName
{
border-color: #F3E0DF;
}
</style>