Shades of Peach #FDCEA2
Tints of Peach #FDCEA2
RGB
CMYK
RGB Variations
Color information
#FDCEA2 (or 0xFDCEA2) is known color: Peach. HEX triplet: FD, CE and A2. RGB value is (253,206,162). Sum of RGB (Red+Green+Blue) = 253+206+162=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA2 is #02315D. Grayscale: #D7D7D7. Windows color (decimal): -143710 or 10669821. OLE color: 10669821.
HSL color Cylindrical-coordinate representation of color #FDCEA2: hue angle of 29.01º 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 #FDCEA2 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 162 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.01 |
| HSL | 29.01º | 0.96% | 0.81% | - |
| HSV(B) | 29.01º | 0.36% | 0.99% | - |
| XYZ | 69.1 | 67.63 | 43.6 | - |
| YUV | 215.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 162 | 0 | 0.19 | 0.36 | 0.01 | 29.01 | 0.96 | 0.81 |
| Hex | FD | CE | A2 | 0 | 13 | 24 | 1 | 1D | 60 | 51 |
| Octal | 375 | 316 | 242 | 0 | 23 | 44 | 1 | 35 | 140 | 121 |
| Binary | 11111101 | 11001110 | 10100010 | 0 | 10011 | 100100 | 1 | 11101 | 1100000 | 1010001 |
Color Harmonies of #FDCEA2
Complementary color
Monochromatic Colors of #FDCEA2
Black with #FDCEA2
Text Example
Text Example
White with #FDCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEA2; }
p { color: rgb(253,206,162); }
H1.HeaderClassName
{
color: #FDCEA2;
}
.AnyTagClassName
{
color: #FDCEA2;
}
</style>
background-color css
<style>
a { background-color: #FDCEA2; }
a { background-color: rgb(253,206,162); }
div.DivClassName
{
background-color: #FDCEA2;
}
.BgClassName
{
background-color: #FDCEA2;
}
</style>
border-color css
<style>
span { border-color: #FDCEA2; }
span { border-color: rgb(253,206,162); }
td.TdClassName
{
border-color: #FDCEA2;
}
.TagClassName
{
border-color: #FDCEA2;
}
</style>