Shades of Peach #FDCDA8
Tints of Peach #FDCDA8
RGB
CMYK
RGB Variations
Color information
#FDCDA8 (or 0xFDCDA8) is known color: Peach. HEX triplet: FD, CD and A8. RGB value is (253,205,168). Sum of RGB (Red+Green+Blue) = 253+205+168=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA8 is #023257. Grayscale: #D7D7D7. Windows color (decimal): -143960 or 11062781. OLE color: 11062781.
HSL color Cylindrical-coordinate representation of color #FDCDA8: hue angle of 26.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDCDA8 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 168 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.01 |
| HSL | 26.12º | 0.96% | 0.83% | - |
| HSV(B) | 26.12º | 0.34% | 0.99% | - |
| XYZ | 69.41 | 67.37 | 46.39 | - |
| YUV | 215.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 168 | 0 | 0.19 | 0.34 | 0.01 | 26.12 | 0.96 | 0.83 |
| Hex | FD | CD | A8 | 0 | 13 | 22 | 1 | 1A | 60 | 53 |
| Octal | 375 | 315 | 250 | 0 | 23 | 42 | 1 | 32 | 140 | 123 |
| Binary | 11111101 | 11001101 | 10101000 | 0 | 10011 | 100010 | 1 | 11010 | 1100000 | 1010011 |
Color Harmonies of #FDCDA8
Complementary color
Monochromatic Colors of #FDCDA8
Black with #FDCDA8
Text Example
Text Example
White with #FDCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDA8; }
p { color: rgb(253,205,168); }
H1.HeaderClassName
{
color: #FDCDA8;
}
.AnyTagClassName
{
color: #FDCDA8;
}
</style>
background-color css
<style>
a { background-color: #FDCDA8; }
a { background-color: rgb(253,205,168); }
div.DivClassName
{
background-color: #FDCDA8;
}
.BgClassName
{
background-color: #FDCDA8;
}
</style>
border-color css
<style>
span { border-color: #FDCDA8; }
span { border-color: rgb(253,205,168); }
td.TdClassName
{
border-color: #FDCDA8;
}
.TagClassName
{
border-color: #FDCDA8;
}
</style>