Shades of Peach #FDCDA4
Tints of Peach #FDCDA4
RGB
CMYK
RGB Variations
Color information
#FDCDA4 (or 0xFDCDA4) is known color: Peach. HEX triplet: FD, CD and A4. RGB value is (253,205,164). Sum of RGB (Red+Green+Blue) = 253+205+164=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA4 is #02325B. Grayscale: #D6D6D6. Windows color (decimal): -143964 or 10800637. OLE color: 10800637.
HSL color Cylindrical-coordinate representation of color #FDCDA4: hue angle of 27.64º 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 #FDCDA4 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 164 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 27.64º | 0.96% | 0.82% | - |
| HSV(B) | 27.64º | 0.35% | 0.99% | - |
| XYZ | 69.04 | 67.23 | 44.46 | - |
| YUV | 214.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 164 | 0 | 0.19 | 0.35 | 0.01 | 27.64 | 0.96 | 0.82 |
| Hex | FD | CD | A4 | 0 | 13 | 23 | 1 | 1C | 60 | 52 |
| Octal | 375 | 315 | 244 | 0 | 23 | 43 | 1 | 34 | 140 | 122 |
| Binary | 11111101 | 11001101 | 10100100 | 0 | 10011 | 100011 | 1 | 11100 | 1100000 | 1010010 |
Color Harmonies of #FDCDA4
Complementary color
Monochromatic Colors of #FDCDA4
Black with #FDCDA4
Text Example
Text Example
White with #FDCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDA4; }
p { color: rgb(253,205,164); }
H1.HeaderClassName
{
color: #FDCDA4;
}
.AnyTagClassName
{
color: #FDCDA4;
}
</style>
background-color css
<style>
a { background-color: #FDCDA4; }
a { background-color: rgb(253,205,164); }
div.DivClassName
{
background-color: #FDCDA4;
}
.BgClassName
{
background-color: #FDCDA4;
}
</style>
border-color css
<style>
span { border-color: #FDCDA4; }
span { border-color: rgb(253,205,164); }
td.TdClassName
{
border-color: #FDCDA4;
}
.TagClassName
{
border-color: #FDCDA4;
}
</style>