Shades of Peach-Yellow #FADBA8
Tints of Peach-Yellow #FADBA8
RGB
CMYK
RGB Variations
Color information
#FADBA8 (or 0xFADBA8) is known color: Peach-Yellow. HEX triplet: FA, DB and A8. RGB value is (250,219,168). Sum of RGB (Red+Green+Blue) = 250+219+168=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA8 is #052457. Grayscale: #DEDEDE. Windows color (decimal): -336984 or 11066362. OLE color: 11066362.
HSL color Cylindrical-coordinate representation of color #FADBA8: hue angle of 37.32º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FADBA8 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 168 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.02 |
| HSL | 37.32º | 0.89% | 0.82% | - |
| HSV(B) | 37.32º | 0.33% | 0.98% | - |
| XYZ | 71.82 | 73.81 | 47.51 | - |
| YUV | 222.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 168 | 0 | 0.12 | 0.33 | 0.02 | 37.32 | 0.89 | 0.82 |
| Hex | FA | DB | A8 | 0 | C | 21 | 2 | 25 | 59 | 52 |
| Octal | 372 | 333 | 250 | 0 | 14 | 41 | 2 | 45 | 131 | 122 |
| Binary | 11111010 | 11011011 | 10101000 | 0 | 1100 | 100001 | 10 | 100101 | 1011001 | 1010010 |
Color Harmonies of #FADBA8
Complementary color
Monochromatic Colors of #FADBA8
Black with #FADBA8
Text Example
Text Example
White with #FADBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBA8; }
p { color: rgb(250,219,168); }
H1.HeaderClassName
{
color: #FADBA8;
}
.AnyTagClassName
{
color: #FADBA8;
}
</style>
background-color css
<style>
a { background-color: #FADBA8; }
a { background-color: rgb(250,219,168); }
div.DivClassName
{
background-color: #FADBA8;
}
.BgClassName
{
background-color: #FADBA8;
}
</style>
border-color css
<style>
span { border-color: #FADBA8; }
span { border-color: rgb(250,219,168); }
td.TdClassName
{
border-color: #FADBA8;
}
.TagClassName
{
border-color: #FADBA8;
}
</style>