Shades of Peach #FDCBA0
Tints of Peach #FDCBA0
RGB
CMYK
RGB Variations
Color information
#FDCBA0 (or 0xFDCBA0) is known color: Peach. HEX triplet: FD, CB and A0. RGB value is (253,203,160). Sum of RGB (Red+Green+Blue) = 253+203+160=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA0 is #02345F. Grayscale: #D5D5D5. Windows color (decimal): -144480 or 10537981. OLE color: 10537981.
HSL color Cylindrical-coordinate representation of color #FDCBA0: hue angle of 27.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDCBA0 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 160 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.01 |
| HSL | 27.74º | 0.96% | 0.81% | - |
| HSV(B) | 27.74º | 0.37% | 0.99% | - |
| XYZ | 68.21 | 66.13 | 42.43 | - |
| YUV | 213.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 160 | 0 | 0.20 | 0.37 | 0.01 | 27.74 | 0.96 | 0.81 |
| Hex | FD | CB | A0 | 0 | 14 | 25 | 1 | 1C | 60 | 51 |
| Octal | 375 | 313 | 240 | 0 | 24 | 45 | 1 | 34 | 140 | 121 |
| Binary | 11111101 | 11001011 | 10100000 | 0 | 10100 | 100101 | 1 | 11100 | 1100000 | 1010001 |
Color Harmonies of #FDCBA0
Complementary color
Monochromatic Colors of #FDCBA0
Black with #FDCBA0
Text Example
Text Example
White with #FDCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBA0; }
p { color: rgb(253,203,160); }
H1.HeaderClassName
{
color: #FDCBA0;
}
.AnyTagClassName
{
color: #FDCBA0;
}
</style>
background-color css
<style>
a { background-color: #FDCBA0; }
a { background-color: rgb(253,203,160); }
div.DivClassName
{
background-color: #FDCBA0;
}
.BgClassName
{
background-color: #FDCBA0;
}
</style>
border-color css
<style>
span { border-color: #FDCBA0; }
span { border-color: rgb(253,203,160); }
td.TdClassName
{
border-color: #FDCBA0;
}
.TagClassName
{
border-color: #FDCBA0;
}
</style>