Shades of Peach-Yellow #FCDFAA
Tints of Peach-Yellow #FCDFAA
RGB
CMYK
RGB Variations
Color information
#FCDFAA (or 0xFCDFAA) is known color: Peach-Yellow. HEX triplet: FC, DF and AA. RGB value is (252,223,170). Sum of RGB (Red+Green+Blue) = 252+223+170=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFAA is #032055. Grayscale: #E1E1E1. Windows color (decimal): -204886 or 11198460. OLE color: 11198460.
HSL color Cylindrical-coordinate representation of color #FCDFAA: hue angle of 38.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCDFAA is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 170 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.01 |
| HSL | 38.78º | 0.93% | 0.83% | - |
| HSV(B) | 38.78º | 0.33% | 0.99% | - |
| XYZ | 73.79 | 76.37 | 48.88 | - |
| YUV | 225.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 170 | 0 | 0.12 | 0.33 | 0.01 | 38.78 | 0.93 | 0.83 |
| Hex | FC | DF | AA | 0 | C | 21 | 1 | 27 | 5D | 53 |
| Octal | 374 | 337 | 252 | 0 | 14 | 41 | 1 | 47 | 135 | 123 |
| Binary | 11111100 | 11011111 | 10101010 | 0 | 1100 | 100001 | 1 | 100111 | 1011101 | 1010011 |
Color Harmonies of #FCDFAA
Complementary color
Monochromatic Colors of #FCDFAA
Black with #FCDFAA
Text Example
Text Example
White with #FCDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFAA; }
p { color: rgb(252,223,170); }
H1.HeaderClassName
{
color: #FCDFAA;
}
.AnyTagClassName
{
color: #FCDFAA;
}
</style>
background-color css
<style>
a { background-color: #FCDFAA; }
a { background-color: rgb(252,223,170); }
div.DivClassName
{
background-color: #FCDFAA;
}
.BgClassName
{
background-color: #FCDFAA;
}
</style>
border-color css
<style>
span { border-color: #FCDFAA; }
span { border-color: rgb(252,223,170); }
td.TdClassName
{
border-color: #FCDFAA;
}
.TagClassName
{
border-color: #FCDFAA;
}
</style>