Shades of Peach-Yellow #FADAA8
Tints of Peach-Yellow #FADAA8
RGB
CMYK
RGB Variations
Color information
#FADAA8 (or 0xFADAA8) is known color: Peach-Yellow. HEX triplet: FA, DA and A8. RGB value is (250,218,168). Sum of RGB (Red+Green+Blue) = 250+218+168=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAA8 is #052557. Grayscale: #DEDEDE. Windows color (decimal): -337240 or 11066106. OLE color: 11066106.
HSL color Cylindrical-coordinate representation of color #FADAA8: hue angle of 36.59º 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 #FADAA8 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 168 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.02 |
| HSL | 36.59º | 0.89% | 0.82% | - |
| HSV(B) | 36.59º | 0.33% | 0.98% | - |
| XYZ | 71.56 | 73.29 | 47.42 | - |
| YUV | 221.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 168 | 0 | 0.13 | 0.33 | 0.02 | 36.59 | 0.89 | 0.82 |
| Hex | FA | DA | A8 | 0 | D | 21 | 2 | 25 | 59 | 52 |
| Octal | 372 | 332 | 250 | 0 | 15 | 41 | 2 | 45 | 131 | 122 |
| Binary | 11111010 | 11011010 | 10101000 | 0 | 1101 | 100001 | 10 | 100101 | 1011001 | 1010010 |
Color Harmonies of #FADAA8
Complementary color
Monochromatic Colors of #FADAA8
Black with #FADAA8
Text Example
Text Example
White with #FADAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAA8; }
p { color: rgb(250,218,168); }
H1.HeaderClassName
{
color: #FADAA8;
}
.AnyTagClassName
{
color: #FADAA8;
}
</style>
background-color css
<style>
a { background-color: #FADAA8; }
a { background-color: rgb(250,218,168); }
div.DivClassName
{
background-color: #FADAA8;
}
.BgClassName
{
background-color: #FADAA8;
}
</style>
border-color css
<style>
span { border-color: #FADAA8; }
span { border-color: rgb(250,218,168); }
td.TdClassName
{
border-color: #FADAA8;
}
.TagClassName
{
border-color: #FADAA8;
}
</style>