Shades of Peach-Yellow #FADFAF
Tints of Peach-Yellow #FADFAF
RGB
CMYK
RGB Variations
Color information
#FADFAF (or 0xFADFAF) is known color: Peach-Yellow. HEX triplet: FA, DF and AF. RGB value is (250,223,175). Sum of RGB (Red+Green+Blue) = 250+223+175=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFAF is #052050. Grayscale: #E1E1E1. Windows color (decimal): -335953 or 11526138. OLE color: 11526138.
HSL color Cylindrical-coordinate representation of color #FADFAF: hue angle of 38.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADFAF is Cyan = 0, Magento = 0.11, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 175 | - |
| CMYK | 0 | 0.11 | 0.3 | 0.02 |
| HSL | 38.4º | 0.88% | 0.83% | - |
| HSV(B) | 38.4º | 0.3% | 0.98% | - |
| XYZ | 73.55 | 76.19 | 51.39 | - |
| YUV | 225.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 175 | 0 | 0.11 | 0.3 | 0.02 | 38.4 | 0.88 | 0.83 |
| Hex | FA | DF | AF | 0 | B | 1E | 2 | 26 | 58 | 53 |
| Octal | 372 | 337 | 257 | 0 | 13 | 36 | 2 | 46 | 130 | 123 |
| Binary | 11111010 | 11011111 | 10101111 | 0 | 1011 | 11110 | 10 | 100110 | 1011000 | 1010011 |
Color Harmonies of #FADFAF
Complementary color
Monochromatic Colors of #FADFAF
Black with #FADFAF
Text Example
Text Example
White with #FADFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFAF; }
p { color: rgb(250,223,175); }
H1.HeaderClassName
{
color: #FADFAF;
}
.AnyTagClassName
{
color: #FADFAF;
}
</style>
background-color css
<style>
a { background-color: #FADFAF; }
a { background-color: rgb(250,223,175); }
div.DivClassName
{
background-color: #FADFAF;
}
.BgClassName
{
background-color: #FADFAF;
}
</style>
border-color css
<style>
span { border-color: #FADFAF; }
span { border-color: rgb(250,223,175); }
td.TdClassName
{
border-color: #FADFAF;
}
.TagClassName
{
border-color: #FADFAF;
}
</style>