Shades of Peach #FDCDA0
Tints of Peach #FDCDA0
RGB
CMYK
RGB Variations
Color information
#FDCDA0 (or 0xFDCDA0) is known color: Peach. HEX triplet: FD, CD and A0. RGB value is (253,205,160). Sum of RGB (Red+Green+Blue) = 253+205+160=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA0 is #02325F. Grayscale: #D6D6D6. Windows color (decimal): -143968 or 10538493. OLE color: 10538493.
HSL color Cylindrical-coordinate representation of color #FDCDA0: hue angle of 29.03º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDCDA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 160 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 29.03º | 0.96% | 0.81% | - |
| HSV(B) | 29.03º | 0.37% | 0.99% | - |
| XYZ | 68.68 | 67.08 | 42.59 | - |
| YUV | 214.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 160 | 0 | 0.19 | 0.37 | 0.01 | 29.03 | 0.96 | 0.81 |
| Hex | FD | CD | A0 | 0 | 13 | 25 | 1 | 1D | 60 | 51 |
| Octal | 375 | 315 | 240 | 0 | 23 | 45 | 1 | 35 | 140 | 121 |
| Binary | 11111101 | 11001101 | 10100000 | 0 | 10011 | 100101 | 1 | 11101 | 1100000 | 1010001 |
Color Harmonies of #FDCDA0
Complementary color
Monochromatic Colors of #FDCDA0
Black with #FDCDA0
Text Example
Text Example
White with #FDCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDA0; }
p { color: rgb(253,205,160); }
H1.HeaderClassName
{
color: #FDCDA0;
}
.AnyTagClassName
{
color: #FDCDA0;
}
</style>
background-color css
<style>
a { background-color: #FDCDA0; }
a { background-color: rgb(253,205,160); }
div.DivClassName
{
background-color: #FDCDA0;
}
.BgClassName
{
background-color: #FDCDA0;
}
</style>
border-color css
<style>
span { border-color: #FDCDA0; }
span { border-color: rgb(253,205,160); }
td.TdClassName
{
border-color: #FDCDA0;
}
.TagClassName
{
border-color: #FDCDA0;
}
</style>