Shades of Peach-Yellow #FADDB1
Tints of Peach-Yellow #FADDB1
RGB
CMYK
RGB Variations
Color information
#FADDB1 (or 0xFADDB1) is known color: Peach-Yellow. HEX triplet: FA, DD and B1. RGB value is (250,221,177). Sum of RGB (Red+Green+Blue) = 250+221+177=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDB1 is #05224E. Grayscale: #E0E0E0. Windows color (decimal): -336463 or 11656698. OLE color: 11656698.
HSL color Cylindrical-coordinate representation of color #FADDB1: hue angle of 36.16º 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 #FADDB1 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 177 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.02 |
| HSL | 36.16º | 0.88% | 0.84% | - |
| HSV(B) | 36.16º | 0.29% | 0.98% | - |
| XYZ | 73.22 | 75.21 | 52.25 | - |
| YUV | 224.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 177 | 0 | 0.12 | 0.29 | 0.02 | 36.16 | 0.88 | 0.84 |
| Hex | FA | DD | B1 | 0 | C | 1D | 2 | 24 | 58 | 54 |
| Octal | 372 | 335 | 261 | 0 | 14 | 35 | 2 | 44 | 130 | 124 |
| Binary | 11111010 | 11011101 | 10110001 | 0 | 1100 | 11101 | 10 | 100100 | 1011000 | 1010100 |
Color Harmonies of #FADDB1
Complementary color
Monochromatic Colors of #FADDB1
Black with #FADDB1
Text Example
Text Example
White with #FADDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB1; }
p { color: rgb(250,221,177); }
H1.HeaderClassName
{
color: #FADDB1;
}
.AnyTagClassName
{
color: #FADDB1;
}
</style>
background-color css
<style>
a { background-color: #FADDB1; }
a { background-color: rgb(250,221,177); }
div.DivClassName
{
background-color: #FADDB1;
}
.BgClassName
{
background-color: #FADDB1;
}
</style>
border-color css
<style>
span { border-color: #FADDB1; }
span { border-color: rgb(250,221,177); }
td.TdClassName
{
border-color: #FADDB1;
}
.TagClassName
{
border-color: #FADDB1;
}
</style>