Shades of Peach-Yellow #F9E1AB
Tints of Peach-Yellow #F9E1AB
RGB
CMYK
RGB Variations
Color information
#F9E1AB (or 0xF9E1AB) is known color: Peach-Yellow. HEX triplet: F9, E1 and AB. RGB value is (249,225,171). Sum of RGB (Red+Green+Blue) = 249+225+171=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E1AB is #061E54. Grayscale: #E2E2E2. Windows color (decimal): -400981 or 11264505. OLE color: 11264505.
HSL color Cylindrical-coordinate representation of color #F9E1AB: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9E1AB is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 171 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 41.54º | 0.87% | 0.82% | - |
| HSV(B) | 41.54º | 0.31% | 0.98% | - |
| XYZ | 73.34 | 76.93 | 49.51 | - |
| YUV | 226.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 171 | 0 | 0.10 | 0.31 | 0.02 | 41.54 | 0.87 | 0.82 |
| Hex | F9 | E1 | AB | 0 | A | 1F | 2 | 2A | 57 | 52 |
| Octal | 371 | 341 | 253 | 0 | 12 | 37 | 2 | 52 | 127 | 122 |
| Binary | 11111001 | 11100001 | 10101011 | 0 | 1010 | 11111 | 10 | 101010 | 1010111 | 1010010 |
Color Harmonies of #F9E1AB
Complementary color
Monochromatic Colors of #F9E1AB
Black with #F9E1AB
Text Example
Text Example
White with #F9E1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1AB; }
p { color: rgb(249,225,171); }
H1.HeaderClassName
{
color: #F9E1AB;
}
.AnyTagClassName
{
color: #F9E1AB;
}
</style>
background-color css
<style>
a { background-color: #F9E1AB; }
a { background-color: rgb(249,225,171); }
div.DivClassName
{
background-color: #F9E1AB;
}
.BgClassName
{
background-color: #F9E1AB;
}
</style>
border-color css
<style>
span { border-color: #F9E1AB; }
span { border-color: rgb(249,225,171); }
td.TdClassName
{
border-color: #F9E1AB;
}
.TagClassName
{
border-color: #F9E1AB;
}
</style>