Shades of Peach #FDC7A4
Tints of Peach #FDC7A4
RGB
CMYK
RGB Variations
Color information
#FDC7A4 (or 0xFDC7A4) is known color: Peach. HEX triplet: FD, C7 and A4. RGB value is (253,199,164). Sum of RGB (Red+Green+Blue) = 253+199+164=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7A4 is #02385B. Grayscale: #D3D3D3. Windows color (decimal): -145500 or 10799101. OLE color: 10799101.
HSL color Cylindrical-coordinate representation of color #FDC7A4: hue angle of 23.6º 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 #FDC7A4 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 164 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.01 |
| HSL | 23.6º | 0.96% | 0.82% | - |
| HSV(B) | 23.6º | 0.35% | 0.99% | - |
| XYZ | 67.63 | 64.41 | 43.99 | - |
| YUV | 211.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 164 | 0 | 0.21 | 0.35 | 0.01 | 23.6 | 0.96 | 0.82 |
| Hex | FD | C7 | A4 | 0 | 15 | 23 | 1 | 18 | 60 | 52 |
| Octal | 375 | 307 | 244 | 0 | 25 | 43 | 1 | 30 | 140 | 122 |
| Binary | 11111101 | 11000111 | 10100100 | 0 | 10101 | 100011 | 1 | 11000 | 1100000 | 1010010 |
Color Harmonies of #FDC7A4
Complementary color
Monochromatic Colors of #FDC7A4
Black with #FDC7A4
Text Example
Text Example
White with #FDC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7A4; }
p { color: rgb(253,199,164); }
H1.HeaderClassName
{
color: #FDC7A4;
}
.AnyTagClassName
{
color: #FDC7A4;
}
</style>
background-color css
<style>
a { background-color: #FDC7A4; }
a { background-color: rgb(253,199,164); }
div.DivClassName
{
background-color: #FDC7A4;
}
.BgClassName
{
background-color: #FDC7A4;
}
</style>
border-color css
<style>
span { border-color: #FDC7A4; }
span { border-color: rgb(253,199,164); }
td.TdClassName
{
border-color: #FDC7A4;
}
.TagClassName
{
border-color: #FDC7A4;
}
</style>