Shades of Peach-Yellow #FBE2AA
Tints of Peach-Yellow #FBE2AA
RGB
CMYK
RGB Variations
Color information
#FBE2AA (or 0xFBE2AA) is known color: Peach-Yellow. HEX triplet: FB, E2 and AA. RGB value is (251,226,170). Sum of RGB (Red+Green+Blue) = 251+226+170=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE2AA is #041D55. Grayscale: #E3E3E3. Windows color (decimal): -269654 or 11199227. OLE color: 11199227.
HSL color Cylindrical-coordinate representation of color #FBE2AA: hue angle of 41.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBE2AA is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 170 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.02 |
| HSL | 41.48º | 0.91% | 0.83% | - |
| HSV(B) | 41.48º | 0.32% | 0.98% | - |
| XYZ | 74.24 | 77.8 | 49.14 | - |
| YUV | 227.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 170 | 0 | 0.10 | 0.32 | 0.02 | 41.48 | 0.91 | 0.83 |
| Hex | FB | E2 | AA | 0 | A | 20 | 2 | 29 | 5B | 53 |
| Octal | 373 | 342 | 252 | 0 | 12 | 40 | 2 | 51 | 133 | 123 |
| Binary | 11111011 | 11100010 | 10101010 | 0 | 1010 | 100000 | 10 | 101001 | 1011011 | 1010011 |
Color Harmonies of #FBE2AA
Complementary color
Monochromatic Colors of #FBE2AA
Black with #FBE2AA
Text Example
Text Example
White with #FBE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2AA; }
p { color: rgb(251,226,170); }
H1.HeaderClassName
{
color: #FBE2AA;
}
.AnyTagClassName
{
color: #FBE2AA;
}
</style>
background-color css
<style>
a { background-color: #FBE2AA; }
a { background-color: rgb(251,226,170); }
div.DivClassName
{
background-color: #FBE2AA;
}
.BgClassName
{
background-color: #FBE2AA;
}
</style>
border-color css
<style>
span { border-color: #FBE2AA; }
span { border-color: rgb(251,226,170); }
td.TdClassName
{
border-color: #FBE2AA;
}
.TagClassName
{
border-color: #FBE2AA;
}
</style>