Shades of Peach #FFCDA1
Tints of Peach #FFCDA1
RGB
CMYK
RGB Variations
Color information
#FFCDA1 (or 0xFFCDA1) is known color: Peach. HEX triplet: FF, CD and A1. RGB value is (255,205,161). Sum of RGB (Red+Green+Blue) = 255+205+161=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDA1 is #00325E. Grayscale: #D7D7D7. Windows color (decimal): -12895 or 10604031. OLE color: 10604031.
HSL color Cylindrical-coordinate representation of color #FFCDA1: hue angle of 28.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFCDA1 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 161 | - |
| CMYK | 0 | 0.20 | 0.37 | 0 |
| HSL | 28.09º | 1% | 0.82% | - |
| HSV(B) | 28.09º | 0.37% | 1% | - |
| XYZ | 69.5 | 67.5 | 43.08 | - |
| YUV | 214.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 161 | 0 | 0.20 | 0.37 | 0 | 28.09 | 1 | 0.82 |
| Hex | FF | CD | A1 | 0 | 14 | 25 | 0 | 1C | 64 | 52 |
| Octal | 377 | 315 | 241 | 0 | 24 | 45 | 0 | 34 | 144 | 122 |
| Binary | 11111111 | 11001101 | 10100001 | 0 | 10100 | 100101 | 0 | 11100 | 1100100 | 1010010 |
Color Harmonies of #FFCDA1
Complementary color
Monochromatic Colors of #FFCDA1
Black with #FFCDA1
Text Example
Text Example
White with #FFCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDA1; }
p { color: rgb(255,205,161); }
H1.HeaderClassName
{
color: #FFCDA1;
}
.AnyTagClassName
{
color: #FFCDA1;
}
</style>
background-color css
<style>
a { background-color: #FFCDA1; }
a { background-color: rgb(255,205,161); }
div.DivClassName
{
background-color: #FFCDA1;
}
.BgClassName
{
background-color: #FFCDA1;
}
</style>
border-color css
<style>
span { border-color: #FFCDA1; }
span { border-color: rgb(255,205,161); }
td.TdClassName
{
border-color: #FFCDA1;
}
.TagClassName
{
border-color: #FFCDA1;
}
</style>