Shades of Peach #FDCBA5
Tints of Peach #FDCBA5
RGB
CMYK
RGB Variations
Color information
#FDCBA5 (or 0xFDCBA5) is known color: Peach. HEX triplet: FD, CB and A5. RGB value is (253,203,165). Sum of RGB (Red+Green+Blue) = 253+203+165=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA5 is #02345A. Grayscale: #D5D5D5. Windows color (decimal): -144475 or 10865661. OLE color: 10865661.
HSL color Cylindrical-coordinate representation of color #FDCBA5: hue angle of 25.91º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDCBA5 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 165 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.01 |
| HSL | 25.91º | 0.96% | 0.82% | - |
| HSV(B) | 25.91º | 0.35% | 0.99% | - |
| XYZ | 68.66 | 66.31 | 44.78 | - |
| YUV | 213.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 165 | 0 | 0.20 | 0.35 | 0.01 | 25.91 | 0.96 | 0.82 |
| Hex | FD | CB | A5 | 0 | 14 | 23 | 1 | 1A | 60 | 52 |
| Octal | 375 | 313 | 245 | 0 | 24 | 43 | 1 | 32 | 140 | 122 |
| Binary | 11111101 | 11001011 | 10100101 | 0 | 10100 | 100011 | 1 | 11010 | 1100000 | 1010010 |
Color Harmonies of #FDCBA5
Complementary color
Monochromatic Colors of #FDCBA5
Black with #FDCBA5
Text Example
Text Example
White with #FDCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBA5; }
p { color: rgb(253,203,165); }
H1.HeaderClassName
{
color: #FDCBA5;
}
.AnyTagClassName
{
color: #FDCBA5;
}
</style>
background-color css
<style>
a { background-color: #FDCBA5; }
a { background-color: rgb(253,203,165); }
div.DivClassName
{
background-color: #FDCBA5;
}
.BgClassName
{
background-color: #FDCBA5;
}
</style>
border-color css
<style>
span { border-color: #FDCBA5; }
span { border-color: rgb(253,203,165); }
td.TdClassName
{
border-color: #FDCBA5;
}
.TagClassName
{
border-color: #FDCBA5;
}
</style>