Shades of Peach-Yellow #FADEB0
Tints of Peach-Yellow #FADEB0
RGB
CMYK
RGB Variations
Color information
#FADEB0 (or 0xFADEB0) is known color: Peach-Yellow. HEX triplet: FA, DE and B0. RGB value is (250,222,176). Sum of RGB (Red+Green+Blue) = 250+222+176=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEB0 is #05214F. Grayscale: #E1E1E1. Windows color (decimal): -336208 or 11591418. OLE color: 11591418.
HSL color Cylindrical-coordinate representation of color #FADEB0: hue angle of 37.3º 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 #FADEB0 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 176 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.02 |
| HSL | 37.3º | 0.88% | 0.84% | - |
| HSV(B) | 37.3º | 0.3% | 0.98% | - |
| XYZ | 73.38 | 75.7 | 51.82 | - |
| YUV | 225.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 176 | 0 | 0.11 | 0.30 | 0.02 | 37.3 | 0.88 | 0.84 |
| Hex | FA | DE | B0 | 0 | B | 1E | 2 | 25 | 58 | 54 |
| Octal | 372 | 336 | 260 | 0 | 13 | 36 | 2 | 45 | 130 | 124 |
| Binary | 11111010 | 11011110 | 10110000 | 0 | 1011 | 11110 | 10 | 100101 | 1011000 | 1010100 |
Color Harmonies of #FADEB0
Complementary color
Monochromatic Colors of #FADEB0
Black with #FADEB0
Text Example
Text Example
White with #FADEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEB0; }
p { color: rgb(250,222,176); }
H1.HeaderClassName
{
color: #FADEB0;
}
.AnyTagClassName
{
color: #FADEB0;
}
</style>
background-color css
<style>
a { background-color: #FADEB0; }
a { background-color: rgb(250,222,176); }
div.DivClassName
{
background-color: #FADEB0;
}
.BgClassName
{
background-color: #FADEB0;
}
</style>
border-color css
<style>
span { border-color: #FADEB0; }
span { border-color: rgb(250,222,176); }
td.TdClassName
{
border-color: #FADEB0;
}
.TagClassName
{
border-color: #FADEB0;
}
</style>