Shades of Peach-Yellow #FAE0B0
Tints of Peach-Yellow #FAE0B0
RGB
CMYK
RGB Variations
Color information
#FAE0B0 (or 0xFAE0B0) is known color: Peach-Yellow. HEX triplet: FA, E0 and B0. RGB value is (250,224,176). Sum of RGB (Red+Green+Blue) = 250+224+176=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0B0 is #051F4F. Grayscale: #E2E2E2. Windows color (decimal): -335696 or 11591930. OLE color: 11591930.
HSL color Cylindrical-coordinate representation of color #FAE0B0: hue angle of 38.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE0B0 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 176 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.02 |
| HSL | 38.92º | 0.88% | 0.84% | - |
| HSV(B) | 38.92º | 0.3% | 0.98% | - |
| XYZ | 73.92 | 76.77 | 52 | - |
| YUV | 226.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 176 | 0 | 0.10 | 0.30 | 0.02 | 38.92 | 0.88 | 0.84 |
| Hex | FA | E0 | B0 | 0 | A | 1E | 2 | 27 | 58 | 54 |
| Octal | 372 | 340 | 260 | 0 | 12 | 36 | 2 | 47 | 130 | 124 |
| Binary | 11111010 | 11100000 | 10110000 | 0 | 1010 | 11110 | 10 | 100111 | 1011000 | 1010100 |
Color Harmonies of #FAE0B0
Complementary color
Monochromatic Colors of #FAE0B0
Black with #FAE0B0
Text Example
Text Example
White with #FAE0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0B0; }
p { color: rgb(250,224,176); }
H1.HeaderClassName
{
color: #FAE0B0;
}
.AnyTagClassName
{
color: #FAE0B0;
}
</style>
background-color css
<style>
a { background-color: #FAE0B0; }
a { background-color: rgb(250,224,176); }
div.DivClassName
{
background-color: #FAE0B0;
}
.BgClassName
{
background-color: #FAE0B0;
}
</style>
border-color css
<style>
span { border-color: #FAE0B0; }
span { border-color: rgb(250,224,176); }
td.TdClassName
{
border-color: #FAE0B0;
}
.TagClassName
{
border-color: #FAE0B0;
}
</style>