Shades of Soft Peach #F5DEDE
Tints of Soft Peach #F5DEDE
RGB
CMYK
RGB Variations
Color information
#F5DEDE (or 0xF5DEDE) is known color: Soft Peach. HEX triplet: F5, DE and DE. RGB value is (245,222,222). Sum of RGB (Red+Green+Blue) = 245+222+222=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEDE is #0A2121. Grayscale: #E4E4E4. Windows color (decimal): -663842 or 14606069. OLE color: 14606069.
HSL color Cylindrical-coordinate representation of color #F5DEDE: hue angle of 0º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DEDE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 222 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.04 |
| HSL | 0º | 0.53% | 0.92% | - |
| HSV(B) | 0º | 0.09% | 0.96% | - |
| XYZ | 76.96 | 76.93 | 79.9 | - |
| YUV | 228.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 222 | 0 | 0.09 | 0.09 | 0.04 | 0 | 0.53 | 0.92 |
| Hex | F5 | DE | DE | 0 | 9 | 9 | 4 | 0 | 35 | 5C |
| Octal | 365 | 336 | 336 | 0 | 11 | 11 | 4 | 0 | 65 | 134 |
| Binary | 11110101 | 11011110 | 11011110 | 0 | 1001 | 1001 | 100 | 0 | 110101 | 1011100 |
Color Harmonies of #F5DEDE
Complementary color
Monochromatic Colors of #F5DEDE
Black with #F5DEDE
Text Example
Text Example
White with #F5DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEDE; }
p { color: rgb(245,222,222); }
H1.HeaderClassName
{
color: #F5DEDE;
}
.AnyTagClassName
{
color: #F5DEDE;
}
</style>
background-color css
<style>
a { background-color: #F5DEDE; }
a { background-color: rgb(245,222,222); }
div.DivClassName
{
background-color: #F5DEDE;
}
.BgClassName
{
background-color: #F5DEDE;
}
</style>
border-color css
<style>
span { border-color: #F5DEDE; }
span { border-color: rgb(245,222,222); }
td.TdClassName
{
border-color: #F5DEDE;
}
.TagClassName
{
border-color: #F5DEDE;
}
</style>