Shades of Peach-Yellow #FADDB0
Tints of Peach-Yellow #FADDB0
RGB
CMYK
RGB Variations
Color information
#FADDB0 (or 0xFADDB0) is known color: Peach-Yellow. HEX triplet: FA, DD and B0. RGB value is (250,221,176). Sum of RGB (Red+Green+Blue) = 250+221+176=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDB0 is #05224F. Grayscale: #E0E0E0. Windows color (decimal): -336464 or 11591162. OLE color: 11591162.
HSL color Cylindrical-coordinate representation of color #FADDB0: hue angle of 36.49º 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 #FADDB0 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 176 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 36.49º | 0.88% | 0.84% | - |
| HSV(B) | 36.49º | 0.3% | 0.98% | - |
| XYZ | 73.12 | 75.17 | 51.73 | - |
| YUV | 224.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 176 | 0 | 0.12 | 0.30 | 0.02 | 36.49 | 0.88 | 0.84 |
| Hex | FA | DD | B0 | 0 | C | 1E | 2 | 24 | 58 | 54 |
| Octal | 372 | 335 | 260 | 0 | 14 | 36 | 2 | 44 | 130 | 124 |
| Binary | 11111010 | 11011101 | 10110000 | 0 | 1100 | 11110 | 10 | 100100 | 1011000 | 1010100 |
Color Harmonies of #FADDB0
Complementary color
Monochromatic Colors of #FADDB0
Black with #FADDB0
Text Example
Text Example
White with #FADDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB0; }
p { color: rgb(250,221,176); }
H1.HeaderClassName
{
color: #FADDB0;
}
.AnyTagClassName
{
color: #FADDB0;
}
</style>
background-color css
<style>
a { background-color: #FADDB0; }
a { background-color: rgb(250,221,176); }
div.DivClassName
{
background-color: #FADDB0;
}
.BgClassName
{
background-color: #FADDB0;
}
</style>
border-color css
<style>
span { border-color: #FADDB0; }
span { border-color: rgb(250,221,176); }
td.TdClassName
{
border-color: #FADDB0;
}
.TagClassName
{
border-color: #FADDB0;
}
</style>