Shades of Peach #FDC7A7
Tints of Peach #FDC7A7
RGB
CMYK
RGB Variations
Color information
#FDC7A7 (or 0xFDC7A7) is known color: Peach. HEX triplet: FD, C7 and A7. RGB value is (253,199,167). Sum of RGB (Red+Green+Blue) = 253+199+167=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7A7 is #023858. Grayscale: #D3D3D3. Windows color (decimal): -145497 or 10995709. OLE color: 10995709.
HSL color Cylindrical-coordinate representation of color #FDC7A7: hue angle of 22.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC7A7 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 167 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.01 |
| HSL | 22.33º | 0.96% | 0.82% | - |
| HSV(B) | 22.33º | 0.34% | 0.99% | - |
| XYZ | 67.91 | 64.52 | 45.43 | - |
| YUV | 211.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 167 | 0 | 0.21 | 0.34 | 0.01 | 22.33 | 0.96 | 0.82 |
| Hex | FD | C7 | A7 | 0 | 15 | 22 | 1 | 16 | 60 | 52 |
| Octal | 375 | 307 | 247 | 0 | 25 | 42 | 1 | 26 | 140 | 122 |
| Binary | 11111101 | 11000111 | 10100111 | 0 | 10101 | 100010 | 1 | 10110 | 1100000 | 1010010 |
Color Harmonies of #FDC7A7
Complementary color
Monochromatic Colors of #FDC7A7
Black with #FDC7A7
Text Example
Text Example
White with #FDC7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7A7; }
p { color: rgb(253,199,167); }
H1.HeaderClassName
{
color: #FDC7A7;
}
.AnyTagClassName
{
color: #FDC7A7;
}
</style>
background-color css
<style>
a { background-color: #FDC7A7; }
a { background-color: rgb(253,199,167); }
div.DivClassName
{
background-color: #FDC7A7;
}
.BgClassName
{
background-color: #FDC7A7;
}
</style>
border-color css
<style>
span { border-color: #FDC7A7; }
span { border-color: rgb(253,199,167); }
td.TdClassName
{
border-color: #FDC7A7;
}
.TagClassName
{
border-color: #FDC7A7;
}
</style>