Shades of Peach #FDCBA1
Tints of Peach #FDCBA1
RGB
CMYK
RGB Variations
Color information
#FDCBA1 (or 0xFDCBA1) is known color: Peach. HEX triplet: FD, CB and A1. RGB value is (253,203,161). Sum of RGB (Red+Green+Blue) = 253+203+161=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA1 is #02345E. Grayscale: #D5D5D5. Windows color (decimal): -144479 or 10603517. OLE color: 10603517.
HSL color Cylindrical-coordinate representation of color #FDCBA1: hue angle of 27.39º 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 #FDCBA1 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 161 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.01 |
| HSL | 27.39º | 0.96% | 0.81% | - |
| HSV(B) | 27.39º | 0.36% | 0.99% | - |
| XYZ | 68.3 | 66.17 | 42.89 | - |
| YUV | 213.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 161 | 0 | 0.20 | 0.36 | 0.01 | 27.39 | 0.96 | 0.81 |
| Hex | FD | CB | A1 | 0 | 14 | 24 | 1 | 1B | 60 | 51 |
| Octal | 375 | 313 | 241 | 0 | 24 | 44 | 1 | 33 | 140 | 121 |
| Binary | 11111101 | 11001011 | 10100001 | 0 | 10100 | 100100 | 1 | 11011 | 1100000 | 1010001 |
Color Harmonies of #FDCBA1
Complementary color
Monochromatic Colors of #FDCBA1
Black with #FDCBA1
Text Example
Text Example
White with #FDCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBA1; }
p { color: rgb(253,203,161); }
H1.HeaderClassName
{
color: #FDCBA1;
}
.AnyTagClassName
{
color: #FDCBA1;
}
</style>
background-color css
<style>
a { background-color: #FDCBA1; }
a { background-color: rgb(253,203,161); }
div.DivClassName
{
background-color: #FDCBA1;
}
.BgClassName
{
background-color: #FDCBA1;
}
</style>
border-color css
<style>
span { border-color: #FDCBA1; }
span { border-color: rgb(253,203,161); }
td.TdClassName
{
border-color: #FDCBA1;
}
.TagClassName
{
border-color: #FDCBA1;
}
</style>