Shades of Peach #FDC8A4
Tints of Peach #FDC8A4
RGB
CMYK
RGB Variations
Color information
#FDC8A4 (or 0xFDC8A4) is known color: Peach. HEX triplet: FD, C8 and A4. RGB value is (253,200,164). Sum of RGB (Red+Green+Blue) = 253+200+164=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8A4 is #02375B. Grayscale: #D3D3D3. Windows color (decimal): -145244 or 10799357. OLE color: 10799357.
HSL color Cylindrical-coordinate representation of color #FDC8A4: hue angle of 24.27º 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 #FDC8A4 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 164 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.01 |
| HSL | 24.27º | 0.96% | 0.82% | - |
| HSV(B) | 24.27º | 0.35% | 0.99% | - |
| XYZ | 67.86 | 64.87 | 44.07 | - |
| YUV | 211.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 164 | 0 | 0.21 | 0.35 | 0.01 | 24.27 | 0.96 | 0.82 |
| Hex | FD | C8 | A4 | 0 | 15 | 23 | 1 | 18 | 60 | 52 |
| Octal | 375 | 310 | 244 | 0 | 25 | 43 | 1 | 30 | 140 | 122 |
| Binary | 11111101 | 11001000 | 10100100 | 0 | 10101 | 100011 | 1 | 11000 | 1100000 | 1010010 |
Color Harmonies of #FDC8A4
Complementary color
Monochromatic Colors of #FDC8A4
Black with #FDC8A4
Text Example
Text Example
White with #FDC8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8A4; }
p { color: rgb(253,200,164); }
H1.HeaderClassName
{
color: #FDC8A4;
}
.AnyTagClassName
{
color: #FDC8A4;
}
</style>
background-color css
<style>
a { background-color: #FDC8A4; }
a { background-color: rgb(253,200,164); }
div.DivClassName
{
background-color: #FDC8A4;
}
.BgClassName
{
background-color: #FDC8A4;
}
</style>
border-color css
<style>
span { border-color: #FDC8A4; }
span { border-color: rgb(253,200,164); }
td.TdClassName
{
border-color: #FDC8A4;
}
.TagClassName
{
border-color: #FDC8A4;
}
</style>