Shades of Peach #FCD1A6
Tints of Peach #FCD1A6
RGB
CMYK
RGB Variations
Color information
#FCD1A6 (or 0xFCD1A6) is known color: Peach. HEX triplet: FC, D1 and A6. RGB value is (252,209,166). Sum of RGB (Red+Green+Blue) = 252+209+166=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1A6 is #032E59. Grayscale: #D9D9D9. Windows color (decimal): -208474 or 10932732. OLE color: 10932732.
HSL color Cylindrical-coordinate representation of color #FCD1A6: hue angle of 30º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCD1A6 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 166 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.01 |
| HSL | 30º | 0.93% | 0.82% | - |
| HSV(B) | 30º | 0.34% | 0.99% | - |
| XYZ | 69.83 | 69.05 | 45.72 | - |
| YUV | 216.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 166 | 0 | 0.17 | 0.34 | 0.01 | 30 | 0.93 | 0.82 |
| Hex | FC | D1 | A6 | 0 | 11 | 22 | 1 | 1E | 5D | 52 |
| Octal | 374 | 321 | 246 | 0 | 21 | 42 | 1 | 36 | 135 | 122 |
| Binary | 11111100 | 11010001 | 10100110 | 0 | 10001 | 100010 | 1 | 11110 | 1011101 | 1010010 |
Color Harmonies of #FCD1A6
Complementary color
Monochromatic Colors of #FCD1A6
Black with #FCD1A6
Text Example
Text Example
White with #FCD1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1A6; }
p { color: rgb(252,209,166); }
H1.HeaderClassName
{
color: #FCD1A6;
}
.AnyTagClassName
{
color: #FCD1A6;
}
</style>
background-color css
<style>
a { background-color: #FCD1A6; }
a { background-color: rgb(252,209,166); }
div.DivClassName
{
background-color: #FCD1A6;
}
.BgClassName
{
background-color: #FCD1A6;
}
</style>
border-color css
<style>
span { border-color: #FCD1A6; }
span { border-color: rgb(252,209,166); }
td.TdClassName
{
border-color: #FCD1A6;
}
.TagClassName
{
border-color: #FCD1A6;
}
</style>