Shades of Peach #FCCDA4
Tints of Peach #FCCDA4
RGB
CMYK
RGB Variations
Color information
#FCCDA4 (or 0xFCCDA4) is known color: Peach. HEX triplet: FC, CD and A4. RGB value is (252,205,164). Sum of RGB (Red+Green+Blue) = 252+205+164=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA4 is #03325B. Grayscale: #D6D6D6. Windows color (decimal): -209500 or 10800636. OLE color: 10800636.
HSL color Cylindrical-coordinate representation of color #FCCDA4: hue angle of 27.95º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCDA4 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 164 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 27.95º | 0.94% | 0.82% | - |
| HSV(B) | 27.95º | 0.35% | 0.99% | - |
| XYZ | 68.68 | 67.04 | 44.44 | - |
| YUV | 214.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 164 | 0 | 0.19 | 0.35 | 0.01 | 27.95 | 0.94 | 0.82 |
| Hex | FC | CD | A4 | 0 | 13 | 23 | 1 | 1C | 5E | 52 |
| Octal | 374 | 315 | 244 | 0 | 23 | 43 | 1 | 34 | 136 | 122 |
| Binary | 11111100 | 11001101 | 10100100 | 0 | 10011 | 100011 | 1 | 11100 | 1011110 | 1010010 |
Color Harmonies of #FCCDA4
Complementary color
Monochromatic Colors of #FCCDA4
Black with #FCCDA4
Text Example
Text Example
White with #FCCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDA4; }
p { color: rgb(252,205,164); }
H1.HeaderClassName
{
color: #FCCDA4;
}
.AnyTagClassName
{
color: #FCCDA4;
}
</style>
background-color css
<style>
a { background-color: #FCCDA4; }
a { background-color: rgb(252,205,164); }
div.DivClassName
{
background-color: #FCCDA4;
}
.BgClassName
{
background-color: #FCCDA4;
}
</style>
border-color css
<style>
span { border-color: #FCCDA4; }
span { border-color: rgb(252,205,164); }
td.TdClassName
{
border-color: #FCCDA4;
}
.TagClassName
{
border-color: #FCCDA4;
}
</style>