Shades of Peach #FFCDA9
Tints of Peach #FFCDA9
RGB
CMYK
RGB Variations
Color information
#FFCDA9 (or 0xFFCDA9) is known color: Peach. HEX triplet: FF, CD and A9. RGB value is (255,205,169). Sum of RGB (Red+Green+Blue) = 255+205+169=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDA9 is #003256. Grayscale: #D8D8D8. Windows color (decimal): -12887 or 11128319. OLE color: 11128319.
HSL color Cylindrical-coordinate representation of color #FFCDA9: hue angle of 25.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFCDA9 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 169 | - |
| CMYK | 0 | 0.20 | 0.34 | 0 |
| HSL | 25.12º | 1% | 0.83% | - |
| HSV(B) | 25.12º | 0.34% | 1% | - |
| XYZ | 70.23 | 67.79 | 46.92 | - |
| YUV | 215.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 169 | 0 | 0.20 | 0.34 | 0 | 25.12 | 1 | 0.83 |
| Hex | FF | CD | A9 | 0 | 14 | 22 | 0 | 19 | 64 | 53 |
| Octal | 377 | 315 | 251 | 0 | 24 | 42 | 0 | 31 | 144 | 123 |
| Binary | 11111111 | 11001101 | 10101001 | 0 | 10100 | 100010 | 0 | 11001 | 1100100 | 1010011 |
Color Harmonies of #FFCDA9
Complementary color
Monochromatic Colors of #FFCDA9
Black with #FFCDA9
Text Example
Text Example
White with #FFCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDA9; }
p { color: rgb(255,205,169); }
H1.HeaderClassName
{
color: #FFCDA9;
}
.AnyTagClassName
{
color: #FFCDA9;
}
</style>
background-color css
<style>
a { background-color: #FFCDA9; }
a { background-color: rgb(255,205,169); }
div.DivClassName
{
background-color: #FFCDA9;
}
.BgClassName
{
background-color: #FFCDA9;
}
</style>
border-color css
<style>
span { border-color: #FFCDA9; }
span { border-color: rgb(255,205,169); }
td.TdClassName
{
border-color: #FFCDA9;
}
.TagClassName
{
border-color: #FFCDA9;
}
</style>