Shades of Peach-Yellow #F9DBAC
Tints of Peach-Yellow #F9DBAC
RGB
CMYK
RGB Variations
Color information
#F9DBAC (or 0xF9DBAC) is known color: Peach-Yellow. HEX triplet: F9, DB and AC. RGB value is (249,219,172). Sum of RGB (Red+Green+Blue) = 249+219+172=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DBAC is #062453. Grayscale: #DEDEDE. Windows color (decimal): -402516 or 11328505. OLE color: 11328505.
HSL color Cylindrical-coordinate representation of color #F9DBAC: hue angle of 36.62º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9DBAC is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 172 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.02 |
| HSL | 36.62º | 0.87% | 0.83% | - |
| HSV(B) | 36.62º | 0.31% | 0.98% | - |
| XYZ | 71.84 | 73.78 | 49.48 | - |
| YUV | 222.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 172 | 0 | 0.12 | 0.31 | 0.02 | 36.62 | 0.87 | 0.83 |
| Hex | F9 | DB | AC | 0 | C | 1F | 2 | 25 | 57 | 53 |
| Octal | 371 | 333 | 254 | 0 | 14 | 37 | 2 | 45 | 127 | 123 |
| Binary | 11111001 | 11011011 | 10101100 | 0 | 1100 | 11111 | 10 | 100101 | 1010111 | 1010011 |
Color Harmonies of #F9DBAC
Complementary color
Monochromatic Colors of #F9DBAC
Black with #F9DBAC
Text Example
Text Example
White with #F9DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBAC; }
p { color: rgb(249,219,172); }
H1.HeaderClassName
{
color: #F9DBAC;
}
.AnyTagClassName
{
color: #F9DBAC;
}
</style>
background-color css
<style>
a { background-color: #F9DBAC; }
a { background-color: rgb(249,219,172); }
div.DivClassName
{
background-color: #F9DBAC;
}
.BgClassName
{
background-color: #F9DBAC;
}
</style>
border-color css
<style>
span { border-color: #F9DBAC; }
span { border-color: rgb(249,219,172); }
td.TdClassName
{
border-color: #F9DBAC;
}
.TagClassName
{
border-color: #F9DBAC;
}
</style>