Shades of Peach-Yellow #F9DEAF
Tints of Peach-Yellow #F9DEAF
RGB
CMYK
RGB Variations
Color information
#F9DEAF (or 0xF9DEAF) is known color: Peach-Yellow. HEX triplet: F9, DE and AF. RGB value is (249,222,175). Sum of RGB (Red+Green+Blue) = 249+222+175=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DEAF is #062150. Grayscale: #E0E0E0. Windows color (decimal): -401745 or 11525881. OLE color: 11525881.
HSL color Cylindrical-coordinate representation of color #F9DEAF: hue angle of 38.11º 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 #F9DEAF is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 175 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.02 |
| HSL | 38.11º | 0.86% | 0.83% | - |
| HSV(B) | 38.11º | 0.3% | 0.98% | - |
| XYZ | 72.93 | 75.48 | 51.28 | - |
| YUV | 224.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 175 | 0 | 0.11 | 0.30 | 0.02 | 38.11 | 0.86 | 0.83 |
| Hex | F9 | DE | AF | 0 | B | 1E | 2 | 26 | 56 | 53 |
| Octal | 371 | 336 | 257 | 0 | 13 | 36 | 2 | 46 | 126 | 123 |
| Binary | 11111001 | 11011110 | 10101111 | 0 | 1011 | 11110 | 10 | 100110 | 1010110 | 1010011 |
Color Harmonies of #F9DEAF
Complementary color
Monochromatic Colors of #F9DEAF
Black with #F9DEAF
Text Example
Text Example
White with #F9DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEAF; }
p { color: rgb(249,222,175); }
H1.HeaderClassName
{
color: #F9DEAF;
}
.AnyTagClassName
{
color: #F9DEAF;
}
</style>
background-color css
<style>
a { background-color: #F9DEAF; }
a { background-color: rgb(249,222,175); }
div.DivClassName
{
background-color: #F9DEAF;
}
.BgClassName
{
background-color: #F9DEAF;
}
</style>
border-color css
<style>
span { border-color: #F9DEAF; }
span { border-color: rgb(249,222,175); }
td.TdClassName
{
border-color: #F9DEAF;
}
.TagClassName
{
border-color: #F9DEAF;
}
</style>