Shades of Soft Peach #F3DEDE
Tints of Soft Peach #F3DEDE
RGB
CMYK
RGB Variations
Color information
#F3DEDE (or 0xF3DEDE) is known color: Soft Peach. HEX triplet: F3, DE and DE. RGB value is (243,222,222). Sum of RGB (Red+Green+Blue) = 243+222+222=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDE is #0C2121. Grayscale: #E4E4E4. Windows color (decimal): -794914 or 14606067. OLE color: 14606067.
HSL color Cylindrical-coordinate representation of color #F3DEDE: hue angle of 0º 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 #F3DEDE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 222 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.05 |
| HSL | 0º | 0.47% | 0.91% | - |
| HSV(B) | 0º | 0.09% | 0.95% | - |
| XYZ | 76.27 | 76.57 | 79.87 | - |
| YUV | 228.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 222 | 0 | 0.09 | 0.09 | 0.05 | 0 | 0.47 | 0.91 |
| Hex | F3 | DE | DE | 0 | 9 | 9 | 5 | 0 | 2F | 5B |
| Octal | 363 | 336 | 336 | 0 | 11 | 11 | 5 | 0 | 57 | 133 |
| Binary | 11110011 | 11011110 | 11011110 | 0 | 1001 | 1001 | 101 | 0 | 101111 | 1011011 |
Color Harmonies of #F3DEDE
Complementary color
Monochromatic Colors of #F3DEDE
Black with #F3DEDE
Text Example
Text Example
White with #F3DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEDE; }
p { color: rgb(243,222,222); }
H1.HeaderClassName
{
color: #F3DEDE;
}
.AnyTagClassName
{
color: #F3DEDE;
}
</style>
background-color css
<style>
a { background-color: #F3DEDE; }
a { background-color: rgb(243,222,222); }
div.DivClassName
{
background-color: #F3DEDE;
}
.BgClassName
{
background-color: #F3DEDE;
}
</style>
border-color css
<style>
span { border-color: #F3DEDE; }
span { border-color: rgb(243,222,222); }
td.TdClassName
{
border-color: #F3DEDE;
}
.TagClassName
{
border-color: #F3DEDE;
}
</style>