Shades of Peach #FDC6AA
Tints of Peach #FDC6AA
RGB
CMYK
RGB Variations
Color information
#FDC6AA (or 0xFDC6AA) is known color: Peach. HEX triplet: FD, C6 and AA. RGB value is (253,198,170). Sum of RGB (Red+Green+Blue) = 253+198+170=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AA is #023955. Grayscale: #D3D3D3. Windows color (decimal): -145750 or 11192061. OLE color: 11192061.
HSL color Cylindrical-coordinate representation of color #FDC6AA: hue angle of 20.24º 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 #FDC6AA is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 170 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.01 |
| HSL | 20.24º | 0.95% | 0.83% | - |
| HSV(B) | 20.24º | 0.33% | 0.99% | - |
| XYZ | 67.96 | 64.17 | 46.84 | - |
| YUV | 211.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 170 | 0 | 0.22 | 0.33 | 0.01 | 20.24 | 0.95 | 0.83 |
| Hex | FD | C6 | AA | 0 | 16 | 21 | 1 | 14 | 5F | 53 |
| Octal | 375 | 306 | 252 | 0 | 26 | 41 | 1 | 24 | 137 | 123 |
| Binary | 11111101 | 11000110 | 10101010 | 0 | 10110 | 100001 | 1 | 10100 | 1011111 | 1010011 |
Color Harmonies of #FDC6AA
Complementary color
Monochromatic Colors of #FDC6AA
Black with #FDC6AA
Text Example
Text Example
White with #FDC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6AA; }
p { color: rgb(253,198,170); }
H1.HeaderClassName
{
color: #FDC6AA;
}
.AnyTagClassName
{
color: #FDC6AA;
}
</style>
background-color css
<style>
a { background-color: #FDC6AA; }
a { background-color: rgb(253,198,170); }
div.DivClassName
{
background-color: #FDC6AA;
}
.BgClassName
{
background-color: #FDC6AA;
}
</style>
border-color css
<style>
span { border-color: #FDC6AA; }
span { border-color: rgb(253,198,170); }
td.TdClassName
{
border-color: #FDC6AA;
}
.TagClassName
{
border-color: #FDC6AA;
}
</style>