Shades of Peach-Yellow #FADCAA
Tints of Peach-Yellow #FADCAA
RGB
CMYK
RGB Variations
Color information
#FADCAA (or 0xFADCAA) is known color: Peach-Yellow. HEX triplet: FA, DC and AA. RGB value is (250,220,170). Sum of RGB (Red+Green+Blue) = 250+220+170=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCAA is #052355. Grayscale: #DFDFDF. Windows color (decimal): -336726 or 11197690. OLE color: 11197690.
HSL color Cylindrical-coordinate representation of color #FADCAA: hue angle of 37.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADCAA is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 170 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.02 |
| HSL | 37.5º | 0.89% | 0.82% | - |
| HSV(B) | 37.5º | 0.32% | 0.98% | - |
| XYZ | 72.27 | 74.41 | 48.58 | - |
| YUV | 223.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 170 | 0 | 0.12 | 0.32 | 0.02 | 37.5 | 0.89 | 0.82 |
| Hex | FA | DC | AA | 0 | C | 20 | 2 | 26 | 59 | 52 |
| Octal | 372 | 334 | 252 | 0 | 14 | 40 | 2 | 46 | 131 | 122 |
| Binary | 11111010 | 11011100 | 10101010 | 0 | 1100 | 100000 | 10 | 100110 | 1011001 | 1010010 |
Color Harmonies of #FADCAA
Complementary color
Monochromatic Colors of #FADCAA
Black with #FADCAA
Text Example
Text Example
White with #FADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCAA; }
p { color: rgb(250,220,170); }
H1.HeaderClassName
{
color: #FADCAA;
}
.AnyTagClassName
{
color: #FADCAA;
}
</style>
background-color css
<style>
a { background-color: #FADCAA; }
a { background-color: rgb(250,220,170); }
div.DivClassName
{
background-color: #FADCAA;
}
.BgClassName
{
background-color: #FADCAA;
}
</style>
border-color css
<style>
span { border-color: #FADCAA; }
span { border-color: rgb(250,220,170); }
td.TdClassName
{
border-color: #FADCAA;
}
.TagClassName
{
border-color: #FADCAA;
}
</style>