Shades of Peach #FDC4AA
Tints of Peach #FDC4AA
RGB
CMYK
RGB Variations
Color information
#FDC4AA (or 0xFDC4AA) is known color: Peach. HEX triplet: FD, C4 and AA. RGB value is (253,196,170). Sum of RGB (Red+Green+Blue) = 253+196+170=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AA is #023B55. Grayscale: #D2D2D2. Windows color (decimal): -146262 or 11191549. OLE color: 11191549.
HSL color Cylindrical-coordinate representation of color #FDC4AA: hue angle of 18.8º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDC4AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 170 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 18.8º | 0.95% | 0.83% | - |
| HSV(B) | 18.8º | 0.33% | 0.99% | - |
| XYZ | 67.5 | 63.26 | 46.68 | - |
| YUV | 210.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 170 | 0 | 0.23 | 0.33 | 0.01 | 18.8 | 0.95 | 0.83 |
| Hex | FD | C4 | AA | 0 | 17 | 21 | 1 | 13 | 5F | 53 |
| Octal | 375 | 304 | 252 | 0 | 27 | 41 | 1 | 23 | 137 | 123 |
| Binary | 11111101 | 11000100 | 10101010 | 0 | 10111 | 100001 | 1 | 10011 | 1011111 | 1010011 |
Color Harmonies of #FDC4AA
Complementary color
Monochromatic Colors of #FDC4AA
Black with #FDC4AA
Text Example
Text Example
White with #FDC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4AA; }
p { color: rgb(253,196,170); }
H1.HeaderClassName
{
color: #FDC4AA;
}
.AnyTagClassName
{
color: #FDC4AA;
}
</style>
background-color css
<style>
a { background-color: #FDC4AA; }
a { background-color: rgb(253,196,170); }
div.DivClassName
{
background-color: #FDC4AA;
}
.BgClassName
{
background-color: #FDC4AA;
}
</style>
border-color css
<style>
span { border-color: #FDC4AA; }
span { border-color: rgb(253,196,170); }
td.TdClassName
{
border-color: #FDC4AA;
}
.TagClassName
{
border-color: #FDC4AA;
}
</style>