Shades of Peach #FDC9A4
Tints of Peach #FDC9A4
RGB
CMYK
RGB Variations
Color information
#FDC9A4 (or 0xFDC9A4) is known color: Peach. HEX triplet: FD, C9 and A4. RGB value is (253,201,164). Sum of RGB (Red+Green+Blue) = 253+201+164=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9A4 is #02365B. Grayscale: #D4D4D4. Windows color (decimal): -144988 or 10799613. OLE color: 10799613.
HSL color Cylindrical-coordinate representation of color #FDC9A4: hue angle of 24.94º 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 #FDC9A4 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 164 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.01 |
| HSL | 24.94º | 0.96% | 0.82% | - |
| HSV(B) | 24.94º | 0.35% | 0.99% | - |
| XYZ | 68.1 | 65.34 | 44.14 | - |
| YUV | 212.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 164 | 0 | 0.21 | 0.35 | 0.01 | 24.94 | 0.96 | 0.82 |
| Hex | FD | C9 | A4 | 0 | 15 | 23 | 1 | 19 | 60 | 52 |
| Octal | 375 | 311 | 244 | 0 | 25 | 43 | 1 | 31 | 140 | 122 |
| Binary | 11111101 | 11001001 | 10100100 | 0 | 10101 | 100011 | 1 | 11001 | 1100000 | 1010010 |
Color Harmonies of #FDC9A4
Complementary color
Monochromatic Colors of #FDC9A4
Black with #FDC9A4
Text Example
Text Example
White with #FDC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9A4; }
p { color: rgb(253,201,164); }
H1.HeaderClassName
{
color: #FDC9A4;
}
.AnyTagClassName
{
color: #FDC9A4;
}
</style>
background-color css
<style>
a { background-color: #FDC9A4; }
a { background-color: rgb(253,201,164); }
div.DivClassName
{
background-color: #FDC9A4;
}
.BgClassName
{
background-color: #FDC9A4;
}
</style>
border-color css
<style>
span { border-color: #FDC9A4; }
span { border-color: rgb(253,201,164); }
td.TdClassName
{
border-color: #FDC9A4;
}
.TagClassName
{
border-color: #FDC9A4;
}
</style>