Shades of Peach #FDD2A6
Tints of Peach #FDD2A6
RGB
CMYK
RGB Variations
Color information
#FDD2A6 (or 0xFDD2A6) is known color: Peach. HEX triplet: FD, D2 and A6. RGB value is (253,210,166). Sum of RGB (Red+Green+Blue) = 253+210+166=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD2A6 is #022D59. Grayscale: #DADADA. Windows color (decimal): -142682 or 10932989. OLE color: 10932989.
HSL color Cylindrical-coordinate representation of color #FDD2A6: hue angle of 30.34º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDD2A6 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 166 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.01 |
| HSL | 30.34º | 0.96% | 0.82% | - |
| HSV(B) | 30.34º | 0.34% | 0.99% | - |
| XYZ | 70.44 | 69.73 | 45.82 | - |
| YUV | 217.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 166 | 0 | 0.17 | 0.34 | 0.01 | 30.34 | 0.96 | 0.82 |
| Hex | FD | D2 | A6 | 0 | 11 | 22 | 1 | 1E | 60 | 52 |
| Octal | 375 | 322 | 246 | 0 | 21 | 42 | 1 | 36 | 140 | 122 |
| Binary | 11111101 | 11010010 | 10100110 | 0 | 10001 | 100010 | 1 | 11110 | 1100000 | 1010010 |
Color Harmonies of #FDD2A6
Complementary color
Monochromatic Colors of #FDD2A6
Black with #FDD2A6
Text Example
Text Example
White with #FDD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2A6; }
p { color: rgb(253,210,166); }
H1.HeaderClassName
{
color: #FDD2A6;
}
.AnyTagClassName
{
color: #FDD2A6;
}
</style>
background-color css
<style>
a { background-color: #FDD2A6; }
a { background-color: rgb(253,210,166); }
div.DivClassName
{
background-color: #FDD2A6;
}
.BgClassName
{
background-color: #FDD2A6;
}
</style>
border-color css
<style>
span { border-color: #FDD2A6; }
span { border-color: rgb(253,210,166); }
td.TdClassName
{
border-color: #FDD2A6;
}
.TagClassName
{
border-color: #FDD2A6;
}
</style>