Shades of Peach-Yellow #FADBAC
Tints of Peach-Yellow #FADBAC
RGB
CMYK
RGB Variations
Color information
#FADBAC (or 0xFADBAC) is known color: Peach-Yellow. HEX triplet: FA, DB and AC. RGB value is (250,219,172). Sum of RGB (Red+Green+Blue) = 250+219+172=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBAC is #052453. Grayscale: #DFDFDF. Windows color (decimal): -336980 or 11328506. OLE color: 11328506.
HSL color Cylindrical-coordinate representation of color #FADBAC: hue angle of 36.15º 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 #FADBAC is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 172 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.02 |
| HSL | 36.15º | 0.89% | 0.83% | - |
| HSV(B) | 36.15º | 0.31% | 0.98% | - |
| XYZ | 72.2 | 73.97 | 49.5 | - |
| YUV | 222.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 172 | 0 | 0.12 | 0.31 | 0.02 | 36.15 | 0.89 | 0.83 |
| Hex | FA | DB | AC | 0 | C | 1F | 2 | 24 | 59 | 53 |
| Octal | 372 | 333 | 254 | 0 | 14 | 37 | 2 | 44 | 131 | 123 |
| Binary | 11111010 | 11011011 | 10101100 | 0 | 1100 | 11111 | 10 | 100100 | 1011001 | 1010011 |
Color Harmonies of #FADBAC
Complementary color
Monochromatic Colors of #FADBAC
Black with #FADBAC
Text Example
Text Example
White with #FADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBAC; }
p { color: rgb(250,219,172); }
H1.HeaderClassName
{
color: #FADBAC;
}
.AnyTagClassName
{
color: #FADBAC;
}
</style>
background-color css
<style>
a { background-color: #FADBAC; }
a { background-color: rgb(250,219,172); }
div.DivClassName
{
background-color: #FADBAC;
}
.BgClassName
{
background-color: #FADBAC;
}
</style>
border-color css
<style>
span { border-color: #FADBAC; }
span { border-color: rgb(250,219,172); }
td.TdClassName
{
border-color: #FADBAC;
}
.TagClassName
{
border-color: #FADBAC;
}
</style>