Shades of Peach #FDCDA1
Tints of Peach #FDCDA1
RGB
CMYK
RGB Variations
Color information
#FDCDA1 (or 0xFDCDA1) is known color: Peach. HEX triplet: FD, CD and A1. RGB value is (253,205,161). Sum of RGB (Red+Green+Blue) = 253+205+161=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA1 is #02325E. Grayscale: #D6D6D6. Windows color (decimal): -143967 or 10604029. OLE color: 10604029.
HSL color Cylindrical-coordinate representation of color #FDCDA1: hue angle of 28.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDCDA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 161 | - |
CMYK | 0 | 0.19 | 0.36 | 0.01 |
HSL | 28.7º | 0.96% | 0.81% | - |
HSV(B) | 28.7º | 0.36% | 0.99% | - |
XYZ | 68.77 | 67.12 | 43.05 | - |
YUV | 214.34 | 97.9 | 155.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 161 | 0 | 0.19 | 0.36 | 0.01 | 28.7 | 0.96 | 0.81 |
Hex | FD | CD | A1 | 0 | 13 | 24 | 1 | 1D | 60 | 51 |
Octal | 375 | 315 | 241 | 0 | 23 | 44 | 1 | 35 | 140 | 121 |
Binary | 11111101 | 11001101 | 10100001 | 0 | 10011 | 100100 | 1 | 11101 | 1100000 | 1010001 |
Color Harmonies of #FDCDA1
Complementary color
Monochromatic Colors of #FDCDA1
Black with #FDCDA1
Text Example
Text Example
White with #FDCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDA1; }
p { color: rgb(253,205,161); }
H1.HeaderClassName
{
color: #FDCDA1;
}
.AnyTagClassName
{
color: #FDCDA1;
}
</style>
background-color css
<style>
a { background-color: #FDCDA1; }
a { background-color: rgb(253,205,161); }
div.DivClassName
{
background-color: #FDCDA1;
}
.BgClassName
{
background-color: #FDCDA1;
}
</style>
border-color css
<style>
span { border-color: #FDCDA1; }
span { border-color: rgb(253,205,161); }
td.TdClassName
{
border-color: #FDCDA1;
}
.TagClassName
{
border-color: #FDCDA1;
}
</style>