Shades of Peach-Yellow #FADCAE
Tints of Peach-Yellow #FADCAE
RGB
CMYK
RGB Variations
Color information
#FADCAE (or 0xFADCAE) is known color: Peach-Yellow. HEX triplet: FA, DC and AE. RGB value is (250,220,174). Sum of RGB (Red+Green+Blue) = 250+220+174=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCAE is #052351. Grayscale: #DFDFDF. Windows color (decimal): -336722 or 11459834. OLE color: 11459834.
HSL color Cylindrical-coordinate representation of color #FADCAE: hue angle of 36.32º 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 #FADCAE is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 174 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 36.32º | 0.88% | 0.83% | - |
| HSV(B) | 36.32º | 0.3% | 0.98% | - |
| XYZ | 72.66 | 74.57 | 50.61 | - |
| YUV | 223.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 174 | 0 | 0.12 | 0.30 | 0.02 | 36.32 | 0.88 | 0.83 |
| Hex | FA | DC | AE | 0 | C | 1E | 2 | 24 | 58 | 53 |
| Octal | 372 | 334 | 256 | 0 | 14 | 36 | 2 | 44 | 130 | 123 |
| Binary | 11111010 | 11011100 | 10101110 | 0 | 1100 | 11110 | 10 | 100100 | 1011000 | 1010011 |
Color Harmonies of #FADCAE
Complementary color
Monochromatic Colors of #FADCAE
Black with #FADCAE
Text Example
Text Example
White with #FADCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCAE; }
p { color: rgb(250,220,174); }
H1.HeaderClassName
{
color: #FADCAE;
}
.AnyTagClassName
{
color: #FADCAE;
}
</style>
background-color css
<style>
a { background-color: #FADCAE; }
a { background-color: rgb(250,220,174); }
div.DivClassName
{
background-color: #FADCAE;
}
.BgClassName
{
background-color: #FADCAE;
}
</style>
border-color css
<style>
span { border-color: #FADCAE; }
span { border-color: rgb(250,220,174); }
td.TdClassName
{
border-color: #FADCAE;
}
.TagClassName
{
border-color: #FADCAE;
}
</style>