Shades of Peach-Yellow #FAE0B2
Tints of Peach-Yellow #FAE0B2
RGB
CMYK
RGB Variations
Color information
#FAE0B2 (or 0xFAE0B2) is known color: Peach-Yellow. HEX triplet: FA, E0 and B2. RGB value is (250,224,178). Sum of RGB (Red+Green+Blue) = 250+224+178=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0B2 is #051F4D. Grayscale: #E2E2E2. Windows color (decimal): -335694 or 11723002. OLE color: 11723002.
HSL color Cylindrical-coordinate representation of color #FAE0B2: hue angle of 38.33º degrees, saturation: 0.88, 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 #FAE0B2 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 178 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.02 |
| HSL | 38.33º | 0.88% | 0.84% | - |
| HSV(B) | 38.33º | 0.29% | 0.98% | - |
| XYZ | 74.12 | 76.85 | 53.05 | - |
| YUV | 226.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 178 | 0 | 0.10 | 0.29 | 0.02 | 38.33 | 0.88 | 0.84 |
| Hex | FA | E0 | B2 | 0 | A | 1D | 2 | 26 | 58 | 54 |
| Octal | 372 | 340 | 262 | 0 | 12 | 35 | 2 | 46 | 130 | 124 |
| Binary | 11111010 | 11100000 | 10110010 | 0 | 1010 | 11101 | 10 | 100110 | 1011000 | 1010100 |
Color Harmonies of #FAE0B2
Complementary color
Monochromatic Colors of #FAE0B2
Black with #FAE0B2
Text Example
Text Example
White with #FAE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0B2; }
p { color: rgb(250,224,178); }
H1.HeaderClassName
{
color: #FAE0B2;
}
.AnyTagClassName
{
color: #FAE0B2;
}
</style>
background-color css
<style>
a { background-color: #FAE0B2; }
a { background-color: rgb(250,224,178); }
div.DivClassName
{
background-color: #FAE0B2;
}
.BgClassName
{
background-color: #FAE0B2;
}
</style>
border-color css
<style>
span { border-color: #FAE0B2; }
span { border-color: rgb(250,224,178); }
td.TdClassName
{
border-color: #FAE0B2;
}
.TagClassName
{
border-color: #FAE0B2;
}
</style>