Shades of Soft Peach #F3DEDD
Tints of Soft Peach #F3DEDD
RGB
CMYK
RGB Variations
Color information
#F3DEDD (or 0xF3DEDD) is known color: Soft Peach. HEX triplet: F3, DE and DD. RGB value is (243,222,221). Sum of RGB (Red+Green+Blue) = 243+222+221=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDD is #0C2122. Grayscale: #E4E4E4. Windows color (decimal): -794915 or 14540531. OLE color: 14540531.
HSL color Cylindrical-coordinate representation of color #F3DEDD: hue angle of 2.73º degrees, saturation: 0.48, 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 #F3DEDD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 221 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.05 |
| HSL | 2.73º | 0.48% | 0.91% | - |
| HSV(B) | 2.73º | 0.09% | 0.95% | - |
| XYZ | 76.13 | 76.52 | 79.16 | - |
| YUV | 228.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 221 | 0 | 0.09 | 0.09 | 0.05 | 2.73 | 0.48 | 0.91 |
| Hex | F3 | DE | DD | 0 | 9 | 9 | 5 | 3 | 30 | 5B |
| Octal | 363 | 336 | 335 | 0 | 11 | 11 | 5 | 3 | 60 | 133 |
| Binary | 11110011 | 11011110 | 11011101 | 0 | 1001 | 1001 | 101 | 11 | 110000 | 1011011 |
Color Harmonies of #F3DEDD
Complementary color
Monochromatic Colors of #F3DEDD
Black with #F3DEDD
Text Example
Text Example
White with #F3DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEDD; }
p { color: rgb(243,222,221); }
H1.HeaderClassName
{
color: #F3DEDD;
}
.AnyTagClassName
{
color: #F3DEDD;
}
</style>
background-color css
<style>
a { background-color: #F3DEDD; }
a { background-color: rgb(243,222,221); }
div.DivClassName
{
background-color: #F3DEDD;
}
.BgClassName
{
background-color: #F3DEDD;
}
</style>
border-color css
<style>
span { border-color: #F3DEDD; }
span { border-color: rgb(243,222,221); }
td.TdClassName
{
border-color: #F3DEDD;
}
.TagClassName
{
border-color: #F3DEDD;
}
</style>