Shades of Peach #FDCDA5
Tints of Peach #FDCDA5
RGB
CMYK
RGB Variations
Color information
#FDCDA5 (or 0xFDCDA5) is known color: Peach. HEX triplet: FD, CD and A5. RGB value is (253,205,165). Sum of RGB (Red+Green+Blue) = 253+205+165=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA5 is #02325A. Grayscale: #D6D6D6. Windows color (decimal): -143963 or 10866173. OLE color: 10866173.
HSL color Cylindrical-coordinate representation of color #FDCDA5: hue angle of 27.27º degrees, saturation: 0.96, 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 #FDCDA5 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 165 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 27.27º | 0.96% | 0.82% | - |
| HSV(B) | 27.27º | 0.35% | 0.99% | - |
| XYZ | 69.13 | 67.26 | 44.94 | - |
| YUV | 214.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 165 | 0 | 0.19 | 0.35 | 0.01 | 27.27 | 0.96 | 0.82 |
| Hex | FD | CD | A5 | 0 | 13 | 23 | 1 | 1B | 60 | 52 |
| Octal | 375 | 315 | 245 | 0 | 23 | 43 | 1 | 33 | 140 | 122 |
| Binary | 11111101 | 11001101 | 10100101 | 0 | 10011 | 100011 | 1 | 11011 | 1100000 | 1010010 |
Color Harmonies of #FDCDA5
Complementary color
Monochromatic Colors of #FDCDA5
Black with #FDCDA5
Text Example
Text Example
White with #FDCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDA5; }
p { color: rgb(253,205,165); }
H1.HeaderClassName
{
color: #FDCDA5;
}
.AnyTagClassName
{
color: #FDCDA5;
}
</style>
background-color css
<style>
a { background-color: #FDCDA5; }
a { background-color: rgb(253,205,165); }
div.DivClassName
{
background-color: #FDCDA5;
}
.BgClassName
{
background-color: #FDCDA5;
}
</style>
border-color css
<style>
span { border-color: #FDCDA5; }
span { border-color: rgb(253,205,165); }
td.TdClassName
{
border-color: #FDCDA5;
}
.TagClassName
{
border-color: #FDCDA5;
}
</style>