Shades of Peach-Yellow #F5DDAD
Tints of Peach-Yellow #F5DDAD
RGB
CMYK
RGB Variations
Color information
#F5DDAD (or 0xF5DDAD) is known color: Peach-Yellow. HEX triplet: F5, DD and AD. RGB value is (245,221,173). Sum of RGB (Red+Green+Blue) = 245+221+173=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DDAD is #0A2252. Grayscale: #DEDEDE. Windows color (decimal): -664147 or 11394549. OLE color: 11394549.
HSL color Cylindrical-coordinate representation of color #F5DDAD: hue angle of 40º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5DDAD is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 173 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.04 |
| HSL | 40º | 0.78% | 0.82% | - |
| HSV(B) | 40º | 0.29% | 0.96% | - |
| XYZ | 71.06 | 74.14 | 50.1 | - |
| YUV | 222.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 173 | 0 | 0.10 | 0.29 | 0.04 | 40 | 0.78 | 0.82 |
| Hex | F5 | DD | AD | 0 | A | 1D | 4 | 28 | 4E | 52 |
| Octal | 365 | 335 | 255 | 0 | 12 | 35 | 4 | 50 | 116 | 122 |
| Binary | 11110101 | 11011101 | 10101101 | 0 | 1010 | 11101 | 100 | 101000 | 1001110 | 1010010 |
Color Harmonies of #F5DDAD
Complementary color
Monochromatic Colors of #F5DDAD
Black with #F5DDAD
Text Example
Text Example
White with #F5DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDAD; }
p { color: rgb(245,221,173); }
H1.HeaderClassName
{
color: #F5DDAD;
}
.AnyTagClassName
{
color: #F5DDAD;
}
</style>
background-color css
<style>
a { background-color: #F5DDAD; }
a { background-color: rgb(245,221,173); }
div.DivClassName
{
background-color: #F5DDAD;
}
.BgClassName
{
background-color: #F5DDAD;
}
</style>
border-color css
<style>
span { border-color: #F5DDAD; }
span { border-color: rgb(245,221,173); }
td.TdClassName
{
border-color: #F5DDAD;
}
.TagClassName
{
border-color: #F5DDAD;
}
</style>