Shades of Peach-Yellow #FBE0AB
Tints of Peach-Yellow #FBE0AB
RGB
CMYK
RGB Variations
Color information
#FBE0AB (or 0xFBE0AB) is known color: Peach-Yellow. HEX triplet: FB, E0 and AB. RGB value is (251,224,171). Sum of RGB (Red+Green+Blue) = 251+224+171=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0AB is #041F54. Grayscale: #E2E2E2. Windows color (decimal): -270165 or 11264251. OLE color: 11264251.
HSL color Cylindrical-coordinate representation of color #FBE0AB: hue angle of 39.75º 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 #FBE0AB is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 171 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.02 |
| HSL | 39.75º | 0.91% | 0.83% | - |
| HSV(B) | 39.75º | 0.32% | 0.98% | - |
| XYZ | 73.79 | 76.76 | 49.46 | - |
| YUV | 226.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 171 | 0 | 0.11 | 0.32 | 0.02 | 39.75 | 0.91 | 0.83 |
| Hex | FB | E0 | AB | 0 | B | 20 | 2 | 28 | 5B | 53 |
| Octal | 373 | 340 | 253 | 0 | 13 | 40 | 2 | 50 | 133 | 123 |
| Binary | 11111011 | 11100000 | 10101011 | 0 | 1011 | 100000 | 10 | 101000 | 1011011 | 1010011 |
Color Harmonies of #FBE0AB
Complementary color
Monochromatic Colors of #FBE0AB
Black with #FBE0AB
Text Example
Text Example
White with #FBE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0AB; }
p { color: rgb(251,224,171); }
H1.HeaderClassName
{
color: #FBE0AB;
}
.AnyTagClassName
{
color: #FBE0AB;
}
</style>
background-color css
<style>
a { background-color: #FBE0AB; }
a { background-color: rgb(251,224,171); }
div.DivClassName
{
background-color: #FBE0AB;
}
.BgClassName
{
background-color: #FBE0AB;
}
</style>
border-color css
<style>
span { border-color: #FBE0AB; }
span { border-color: rgb(251,224,171); }
td.TdClassName
{
border-color: #FBE0AB;
}
.TagClassName
{
border-color: #FBE0AB;
}
</style>