Shades of Peach #FECDA9
Tints of Peach #FECDA9
RGB
CMYK
RGB Variations
Color information
#FECDA9 (or 0xFECDA9) is known color: Peach. HEX triplet: FE, CD and A9. RGB value is (254,205,169). Sum of RGB (Red+Green+Blue) = 254+205+169=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA9 is #013256. Grayscale: #D7D7D7. Windows color (decimal): -78423 or 11128318. OLE color: 11128318.
HSL color Cylindrical-coordinate representation of color #FECDA9: hue angle of 25.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FECDA9 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 169 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 25.41º | 0.98% | 0.83% | - |
| HSV(B) | 25.41º | 0.33% | 1% | - |
| XYZ | 69.87 | 67.6 | 46.9 | - |
| YUV | 215.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 169 | 0 | 0.19 | 0.33 | 0.00 | 25.41 | 0.98 | 0.83 |
| Hex | FE | CD | A9 | 0 | 13 | 21 | 0 | 19 | 62 | 53 |
| Octal | 376 | 315 | 251 | 0 | 23 | 41 | 0 | 31 | 142 | 123 |
| Binary | 11111110 | 11001101 | 10101001 | 0 | 10011 | 100001 | 0 | 11001 | 1100010 | 1010011 |
Color Harmonies of #FECDA9
Complementary color
Monochromatic Colors of #FECDA9
Black with #FECDA9
Text Example
Text Example
White with #FECDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDA9; }
p { color: rgb(254,205,169); }
H1.HeaderClassName
{
color: #FECDA9;
}
.AnyTagClassName
{
color: #FECDA9;
}
</style>
background-color css
<style>
a { background-color: #FECDA9; }
a { background-color: rgb(254,205,169); }
div.DivClassName
{
background-color: #FECDA9;
}
.BgClassName
{
background-color: #FECDA9;
}
</style>
border-color css
<style>
span { border-color: #FECDA9; }
span { border-color: rgb(254,205,169); }
td.TdClassName
{
border-color: #FECDA9;
}
.TagClassName
{
border-color: #FECDA9;
}
</style>