Shades of Peach #FCD2AA
Tints of Peach #FCD2AA
RGB
CMYK
RGB Variations
Color information
#FCD2AA (or 0xFCD2AA) is known color: Peach. HEX triplet: FC, D2 and AA. RGB value is (252,210,170). Sum of RGB (Red+Green+Blue) = 252+210+170=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2AA is #032D55. Grayscale: #DADADA. Windows color (decimal): -208214 or 11195132. OLE color: 11195132.
HSL color Cylindrical-coordinate representation of color #FCD2AA: hue angle of 29.27º 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 #FCD2AA is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 170 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.01 |
| HSL | 29.27º | 0.93% | 0.83% | - |
| HSV(B) | 29.27º | 0.33% | 0.99% | - |
| XYZ | 70.45 | 69.69 | 47.77 | - |
| YUV | 218 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 170 | 0 | 0.17 | 0.33 | 0.01 | 29.27 | 0.93 | 0.83 |
| Hex | FC | D2 | AA | 0 | 11 | 21 | 1 | 1D | 5D | 53 |
| Octal | 374 | 322 | 252 | 0 | 21 | 41 | 1 | 35 | 135 | 123 |
| Binary | 11111100 | 11010010 | 10101010 | 0 | 10001 | 100001 | 1 | 11101 | 1011101 | 1010011 |
Color Harmonies of #FCD2AA
Complementary color
Monochromatic Colors of #FCD2AA
Black with #FCD2AA
Text Example
Text Example
White with #FCD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2AA; }
p { color: rgb(252,210,170); }
H1.HeaderClassName
{
color: #FCD2AA;
}
.AnyTagClassName
{
color: #FCD2AA;
}
</style>
background-color css
<style>
a { background-color: #FCD2AA; }
a { background-color: rgb(252,210,170); }
div.DivClassName
{
background-color: #FCD2AA;
}
.BgClassName
{
background-color: #FCD2AA;
}
</style>
border-color css
<style>
span { border-color: #FCD2AA; }
span { border-color: rgb(252,210,170); }
td.TdClassName
{
border-color: #FCD2AA;
}
.TagClassName
{
border-color: #FCD2AA;
}
</style>