Shades of Peach #FDCAA1
Tints of Peach #FDCAA1
RGB
CMYK
RGB Variations
Color information
#FDCAA1 (or 0xFDCAA1) is known color: Peach. HEX triplet: FD, CA and A1. RGB value is (253,202,161). Sum of RGB (Red+Green+Blue) = 253+202+161=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAA1 is #02355E. Grayscale: #D4D4D4. Windows color (decimal): -144735 or 10603261. OLE color: 10603261.
HSL color Cylindrical-coordinate representation of color #FDCAA1: hue angle of 26.74º 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 #FDCAA1 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 161 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.01 |
| HSL | 26.74º | 0.96% | 0.81% | - |
| HSV(B) | 26.74º | 0.36% | 0.99% | - |
| XYZ | 68.06 | 65.7 | 42.81 | - |
| YUV | 212.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 161 | 0 | 0.20 | 0.36 | 0.01 | 26.74 | 0.96 | 0.81 |
| Hex | FD | CA | A1 | 0 | 14 | 24 | 1 | 1B | 60 | 51 |
| Octal | 375 | 312 | 241 | 0 | 24 | 44 | 1 | 33 | 140 | 121 |
| Binary | 11111101 | 11001010 | 10100001 | 0 | 10100 | 100100 | 1 | 11011 | 1100000 | 1010001 |
Color Harmonies of #FDCAA1
Complementary color
Monochromatic Colors of #FDCAA1
Black with #FDCAA1
Text Example
Text Example
White with #FDCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAA1; }
p { color: rgb(253,202,161); }
H1.HeaderClassName
{
color: #FDCAA1;
}
.AnyTagClassName
{
color: #FDCAA1;
}
</style>
background-color css
<style>
a { background-color: #FDCAA1; }
a { background-color: rgb(253,202,161); }
div.DivClassName
{
background-color: #FDCAA1;
}
.BgClassName
{
background-color: #FDCAA1;
}
</style>
border-color css
<style>
span { border-color: #FDCAA1; }
span { border-color: rgb(253,202,161); }
td.TdClassName
{
border-color: #FDCAA1;
}
.TagClassName
{
border-color: #FDCAA1;
}
</style>