Shades of Peach #FECDA8
Tints of Peach #FECDA8
RGB
CMYK
RGB Variations
Color information
#FECDA8 (or 0xFECDA8) is known color: Peach. HEX triplet: FE, CD and A8. RGB value is (254,205,168). Sum of RGB (Red+Green+Blue) = 254+205+168=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA8 is #013257. Grayscale: #D7D7D7. Windows color (decimal): -78424 or 11062782. OLE color: 11062782.
HSL color Cylindrical-coordinate representation of color #FECDA8: hue angle of 25.81º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FECDA8 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 168 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.00 |
| HSL | 25.81º | 0.98% | 0.83% | - |
| HSV(B) | 25.81º | 0.34% | 1% | - |
| XYZ | 69.77 | 67.56 | 46.41 | - |
| YUV | 215.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 168 | 0 | 0.19 | 0.34 | 0.00 | 25.81 | 0.98 | 0.83 |
| Hex | FE | CD | A8 | 0 | 13 | 22 | 0 | 1A | 62 | 53 |
| Octal | 376 | 315 | 250 | 0 | 23 | 42 | 0 | 32 | 142 | 123 |
| Binary | 11111110 | 11001101 | 10101000 | 0 | 10011 | 100010 | 0 | 11010 | 1100010 | 1010011 |
Color Harmonies of #FECDA8
Complementary color
Monochromatic Colors of #FECDA8
Black with #FECDA8
Text Example
Text Example
White with #FECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDA8; }
p { color: rgb(254,205,168); }
H1.HeaderClassName
{
color: #FECDA8;
}
.AnyTagClassName
{
color: #FECDA8;
}
</style>
background-color css
<style>
a { background-color: #FECDA8; }
a { background-color: rgb(254,205,168); }
div.DivClassName
{
background-color: #FECDA8;
}
.BgClassName
{
background-color: #FECDA8;
}
</style>
border-color css
<style>
span { border-color: #FECDA8; }
span { border-color: rgb(254,205,168); }
td.TdClassName
{
border-color: #FECDA8;
}
.TagClassName
{
border-color: #FECDA8;
}
</style>