Shades of Peach #FCCDAA
Tints of Peach #FCCDAA
RGB
CMYK
RGB Variations
Color information
#FCCDAA (or 0xFCCDAA) is known color: Peach. HEX triplet: FC, CD and AA. RGB value is (252,205,170). Sum of RGB (Red+Green+Blue) = 252+205+170=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDAA is #033255. Grayscale: #D7D7D7. Windows color (decimal): -209494 or 11193852. OLE color: 11193852.
HSL color Cylindrical-coordinate representation of color #FCCDAA: hue angle of 25.61º 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 #FCCDAA is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 170 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.01 |
| HSL | 25.61º | 0.93% | 0.83% | - |
| HSV(B) | 25.61º | 0.33% | 0.99% | - |
| XYZ | 69.23 | 67.26 | 47.36 | - |
| YUV | 215.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 170 | 0 | 0.19 | 0.33 | 0.01 | 25.61 | 0.93 | 0.83 |
| Hex | FC | CD | AA | 0 | 13 | 21 | 1 | 1A | 5D | 53 |
| Octal | 374 | 315 | 252 | 0 | 23 | 41 | 1 | 32 | 135 | 123 |
| Binary | 11111100 | 11001101 | 10101010 | 0 | 10011 | 100001 | 1 | 11010 | 1011101 | 1010011 |
Color Harmonies of #FCCDAA
Complementary color
Monochromatic Colors of #FCCDAA
Black with #FCCDAA
Text Example
Text Example
White with #FCCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDAA; }
p { color: rgb(252,205,170); }
H1.HeaderClassName
{
color: #FCCDAA;
}
.AnyTagClassName
{
color: #FCCDAA;
}
</style>
background-color css
<style>
a { background-color: #FCCDAA; }
a { background-color: rgb(252,205,170); }
div.DivClassName
{
background-color: #FCCDAA;
}
.BgClassName
{
background-color: #FCCDAA;
}
</style>
border-color css
<style>
span { border-color: #FCCDAA; }
span { border-color: rgb(252,205,170); }
td.TdClassName
{
border-color: #FCCDAA;
}
.TagClassName
{
border-color: #FCCDAA;
}
</style>