Shades of Peach-Yellow #F9DBAF
Tints of Peach-Yellow #F9DBAF
RGB
CMYK
RGB Variations
Color information
#F9DBAF (or 0xF9DBAF) is known color: Peach-Yellow. HEX triplet: F9, DB and AF. RGB value is (249,219,175). Sum of RGB (Red+Green+Blue) = 249+219+175=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DBAF is #062450. Grayscale: #DFDFDF. Windows color (decimal): -402513 or 11525113. OLE color: 11525113.
HSL color Cylindrical-coordinate representation of color #F9DBAF: hue angle of 35.68º 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 #F9DBAF is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 175 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 35.68º | 0.86% | 0.83% | - |
| HSV(B) | 35.68º | 0.3% | 0.98% | - |
| XYZ | 72.14 | 73.9 | 51.02 | - |
| YUV | 222.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 175 | 0 | 0.12 | 0.30 | 0.02 | 35.68 | 0.86 | 0.83 |
| Hex | F9 | DB | AF | 0 | C | 1E | 2 | 24 | 56 | 53 |
| Octal | 371 | 333 | 257 | 0 | 14 | 36 | 2 | 44 | 126 | 123 |
| Binary | 11111001 | 11011011 | 10101111 | 0 | 1100 | 11110 | 10 | 100100 | 1010110 | 1010011 |
Color Harmonies of #F9DBAF
Complementary color
Monochromatic Colors of #F9DBAF
Black with #F9DBAF
Text Example
Text Example
White with #F9DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBAF; }
p { color: rgb(249,219,175); }
H1.HeaderClassName
{
color: #F9DBAF;
}
.AnyTagClassName
{
color: #F9DBAF;
}
</style>
background-color css
<style>
a { background-color: #F9DBAF; }
a { background-color: rgb(249,219,175); }
div.DivClassName
{
background-color: #F9DBAF;
}
.BgClassName
{
background-color: #F9DBAF;
}
</style>
border-color css
<style>
span { border-color: #F9DBAF; }
span { border-color: rgb(249,219,175); }
td.TdClassName
{
border-color: #F9DBAF;
}
.TagClassName
{
border-color: #F9DBAF;
}
</style>