Shades of Peach-Yellow #FADFAB
Tints of Peach-Yellow #FADFAB
RGB
CMYK
RGB Variations
Color information
#FADFAB (or 0xFADFAB) is known color: Peach-Yellow. HEX triplet: FA, DF and AB. RGB value is (250,223,171). Sum of RGB (Red+Green+Blue) = 250+223+171=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFAB is #052054. Grayscale: #E1E1E1. Windows color (decimal): -335957 or 11263994. OLE color: 11263994.
HSL color Cylindrical-coordinate representation of color #FADFAB: hue angle of 39.49º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADFAB is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 171 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.02 |
| HSL | 39.49º | 0.89% | 0.83% | - |
| HSV(B) | 39.49º | 0.32% | 0.98% | - |
| XYZ | 73.16 | 76.04 | 49.35 | - |
| YUV | 225.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 171 | 0 | 0.11 | 0.32 | 0.02 | 39.49 | 0.89 | 0.83 |
| Hex | FA | DF | AB | 0 | B | 20 | 2 | 27 | 59 | 53 |
| Octal | 372 | 337 | 253 | 0 | 13 | 40 | 2 | 47 | 131 | 123 |
| Binary | 11111010 | 11011111 | 10101011 | 0 | 1011 | 100000 | 10 | 100111 | 1011001 | 1010011 |
Color Harmonies of #FADFAB
Complementary color
Monochromatic Colors of #FADFAB
Black with #FADFAB
Text Example
Text Example
White with #FADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFAB; }
p { color: rgb(250,223,171); }
H1.HeaderClassName
{
color: #FADFAB;
}
.AnyTagClassName
{
color: #FADFAB;
}
</style>
background-color css
<style>
a { background-color: #FADFAB; }
a { background-color: rgb(250,223,171); }
div.DivClassName
{
background-color: #FADFAB;
}
.BgClassName
{
background-color: #FADFAB;
}
</style>
border-color css
<style>
span { border-color: #FADFAB; }
span { border-color: rgb(250,223,171); }
td.TdClassName
{
border-color: #FADFAB;
}
.TagClassName
{
border-color: #FADFAB;
}
</style>