Shades of Peach-Yellow #F9DDAF
Tints of Peach-Yellow #F9DDAF
RGB
CMYK
RGB Variations
Color information
#F9DDAF (or 0xF9DDAF) is known color: Peach-Yellow. HEX triplet: F9, DD and AF. RGB value is (249,221,175). Sum of RGB (Red+Green+Blue) = 249+221+175=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DDAF is #062250. Grayscale: #E0E0E0. Windows color (decimal): -402001 or 11525625. OLE color: 11525625.
HSL color Cylindrical-coordinate representation of color #F9DDAF: hue angle of 37.3º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9DDAF is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 175 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.02 |
| HSL | 37.3º | 0.86% | 0.83% | - |
| HSV(B) | 37.3º | 0.3% | 0.98% | - |
| XYZ | 72.66 | 74.95 | 51.19 | - |
| YUV | 224.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 175 | 0 | 0.11 | 0.30 | 0.02 | 37.3 | 0.86 | 0.83 |
| Hex | F9 | DD | AF | 0 | B | 1E | 2 | 25 | 56 | 53 |
| Octal | 371 | 335 | 257 | 0 | 13 | 36 | 2 | 45 | 126 | 123 |
| Binary | 11111001 | 11011101 | 10101111 | 0 | 1011 | 11110 | 10 | 100101 | 1010110 | 1010011 |
Color Harmonies of #F9DDAF
Complementary color
Monochromatic Colors of #F9DDAF
Black with #F9DDAF
Text Example
Text Example
White with #F9DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDAF; }
p { color: rgb(249,221,175); }
H1.HeaderClassName
{
color: #F9DDAF;
}
.AnyTagClassName
{
color: #F9DDAF;
}
</style>
background-color css
<style>
a { background-color: #F9DDAF; }
a { background-color: rgb(249,221,175); }
div.DivClassName
{
background-color: #F9DDAF;
}
.BgClassName
{
background-color: #F9DDAF;
}
</style>
border-color css
<style>
span { border-color: #F9DDAF; }
span { border-color: rgb(249,221,175); }
td.TdClassName
{
border-color: #F9DDAF;
}
.TagClassName
{
border-color: #F9DDAF;
}
</style>