Shades of Peach-Yellow #FADFAC
Tints of Peach-Yellow #FADFAC
RGB
CMYK
RGB Variations
Color information
#FADFAC (or 0xFADFAC) is known color: Peach-Yellow. HEX triplet: FA, DF and AC. RGB value is (250,223,172). Sum of RGB (Red+Green+Blue) = 250+223+172=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFAC is #052053. Grayscale: #E1E1E1. Windows color (decimal): -335956 or 11329530. OLE color: 11329530.
HSL color Cylindrical-coordinate representation of color #FADFAC: hue angle of 39.23º 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 #FADFAC is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 172 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.02 |
| HSL | 39.23º | 0.89% | 0.83% | - |
| HSV(B) | 39.23º | 0.31% | 0.98% | - |
| XYZ | 73.26 | 76.08 | 49.85 | - |
| YUV | 225.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 172 | 0 | 0.11 | 0.31 | 0.02 | 39.23 | 0.89 | 0.83 |
| Hex | FA | DF | AC | 0 | B | 1F | 2 | 27 | 59 | 53 |
| Octal | 372 | 337 | 254 | 0 | 13 | 37 | 2 | 47 | 131 | 123 |
| Binary | 11111010 | 11011111 | 10101100 | 0 | 1011 | 11111 | 10 | 100111 | 1011001 | 1010011 |
Color Harmonies of #FADFAC
Complementary color
Monochromatic Colors of #FADFAC
Black with #FADFAC
Text Example
Text Example
White with #FADFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFAC; }
p { color: rgb(250,223,172); }
H1.HeaderClassName
{
color: #FADFAC;
}
.AnyTagClassName
{
color: #FADFAC;
}
</style>
background-color css
<style>
a { background-color: #FADFAC; }
a { background-color: rgb(250,223,172); }
div.DivClassName
{
background-color: #FADFAC;
}
.BgClassName
{
background-color: #FADFAC;
}
</style>
border-color css
<style>
span { border-color: #FADFAC; }
span { border-color: rgb(250,223,172); }
td.TdClassName
{
border-color: #FADFAC;
}
.TagClassName
{
border-color: #FADFAC;
}
</style>