Shades of Peach-Yellow #FBE1B1
Tints of Peach-Yellow #FBE1B1
RGB
CMYK
RGB Variations
Color information
#FBE1B1 (or 0xFBE1B1) is known color: Peach-Yellow. HEX triplet: FB, E1 and B1. RGB value is (251,225,177). Sum of RGB (Red+Green+Blue) = 251+225+177=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1B1 is #041E4E. Grayscale: #E3E3E3. Windows color (decimal): -269903 or 11657723. OLE color: 11657723.
HSL color Cylindrical-coordinate representation of color #FBE1B1: hue angle of 38.92º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBE1B1 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 177 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.02 |
| HSL | 38.92º | 0.9% | 0.84% | - |
| HSV(B) | 38.92º | 0.29% | 0.98% | - |
| XYZ | 74.64 | 77.53 | 52.63 | - |
| YUV | 227.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 177 | 0 | 0.10 | 0.29 | 0.02 | 38.92 | 0.9 | 0.84 |
| Hex | FB | E1 | B1 | 0 | A | 1D | 2 | 27 | 5A | 54 |
| Octal | 373 | 341 | 261 | 0 | 12 | 35 | 2 | 47 | 132 | 124 |
| Binary | 11111011 | 11100001 | 10110001 | 0 | 1010 | 11101 | 10 | 100111 | 1011010 | 1010100 |
Color Harmonies of #FBE1B1
Complementary color
Monochromatic Colors of #FBE1B1
Black with #FBE1B1
Text Example
Text Example
White with #FBE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1B1; }
p { color: rgb(251,225,177); }
H1.HeaderClassName
{
color: #FBE1B1;
}
.AnyTagClassName
{
color: #FBE1B1;
}
</style>
background-color css
<style>
a { background-color: #FBE1B1; }
a { background-color: rgb(251,225,177); }
div.DivClassName
{
background-color: #FBE1B1;
}
.BgClassName
{
background-color: #FBE1B1;
}
</style>
border-color css
<style>
span { border-color: #FBE1B1; }
span { border-color: rgb(251,225,177); }
td.TdClassName
{
border-color: #FBE1B1;
}
.TagClassName
{
border-color: #FBE1B1;
}
</style>