Shades of Peach-Yellow #FADDAC
Tints of Peach-Yellow #FADDAC
RGB
CMYK
RGB Variations
Color information
#FADDAC (or 0xFADDAC) is known color: Peach-Yellow. HEX triplet: FA, DD and AC. RGB value is (250,221,172). Sum of RGB (Red+Green+Blue) = 250+221+172=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDAC is #052253. Grayscale: #E0E0E0. Windows color (decimal): -336468 or 11329018. OLE color: 11329018.
HSL color Cylindrical-coordinate representation of color #FADDAC: hue angle of 37.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FADDAC is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 172 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.02 |
| HSL | 37.69º | 0.89% | 0.83% | - |
| HSV(B) | 37.69º | 0.31% | 0.98% | - |
| XYZ | 72.73 | 75.02 | 49.68 | - |
| YUV | 224.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 172 | 0 | 0.12 | 0.31 | 0.02 | 37.69 | 0.89 | 0.83 |
| Hex | FA | DD | AC | 0 | C | 1F | 2 | 26 | 59 | 53 |
| Octal | 372 | 335 | 254 | 0 | 14 | 37 | 2 | 46 | 131 | 123 |
| Binary | 11111010 | 11011101 | 10101100 | 0 | 1100 | 11111 | 10 | 100110 | 1011001 | 1010011 |
Color Harmonies of #FADDAC
Complementary color
Monochromatic Colors of #FADDAC
Black with #FADDAC
Text Example
Text Example
White with #FADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDAC; }
p { color: rgb(250,221,172); }
H1.HeaderClassName
{
color: #FADDAC;
}
.AnyTagClassName
{
color: #FADDAC;
}
</style>
background-color css
<style>
a { background-color: #FADDAC; }
a { background-color: rgb(250,221,172); }
div.DivClassName
{
background-color: #FADDAC;
}
.BgClassName
{
background-color: #FADDAC;
}
</style>
border-color css
<style>
span { border-color: #FADDAC; }
span { border-color: rgb(250,221,172); }
td.TdClassName
{
border-color: #FADDAC;
}
.TagClassName
{
border-color: #FADDAC;
}
</style>