Shades of Peach-Yellow #F4DDAB
Tints of Peach-Yellow #F4DDAB
RGB
CMYK
RGB Variations
Color information
#F4DDAB (or 0xF4DDAB) is known color: Peach-Yellow. HEX triplet: F4, DD and AB. RGB value is (244,221,171). Sum of RGB (Red+Green+Blue) = 244+221+171=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDAB is #0B2254. Grayscale: #DEDEDE. Windows color (decimal): -729685 or 11263476. OLE color: 11263476.
HSL color Cylindrical-coordinate representation of color #F4DDAB: hue angle of 41.1º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4DDAB is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 171 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.04 |
| HSL | 41.1º | 0.77% | 0.81% | - |
| HSV(B) | 41.1º | 0.3% | 0.96% | - |
| XYZ | 70.52 | 73.89 | 49.07 | - |
| YUV | 222.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 171 | 0 | 0.09 | 0.30 | 0.04 | 41.1 | 0.77 | 0.81 |
| Hex | F4 | DD | AB | 0 | 9 | 1E | 4 | 29 | 4D | 51 |
| Octal | 364 | 335 | 253 | 0 | 11 | 36 | 4 | 51 | 115 | 121 |
| Binary | 11110100 | 11011101 | 10101011 | 0 | 1001 | 11110 | 100 | 101001 | 1001101 | 1010001 |
Color Harmonies of #F4DDAB
Complementary color
Monochromatic Colors of #F4DDAB
Black with #F4DDAB
Text Example
Text Example
White with #F4DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDAB; }
p { color: rgb(244,221,171); }
H1.HeaderClassName
{
color: #F4DDAB;
}
.AnyTagClassName
{
color: #F4DDAB;
}
</style>
background-color css
<style>
a { background-color: #F4DDAB; }
a { background-color: rgb(244,221,171); }
div.DivClassName
{
background-color: #F4DDAB;
}
.BgClassName
{
background-color: #F4DDAB;
}
</style>
border-color css
<style>
span { border-color: #F4DDAB; }
span { border-color: rgb(244,221,171); }
td.TdClassName
{
border-color: #F4DDAB;
}
.TagClassName
{
border-color: #F4DDAB;
}
</style>