Shades of Peach #FECAA7
Tints of Peach #FECAA7
RGB
CMYK
RGB Variations
Color information
#FECAA7 (or 0xFECAA7) is known color: Peach. HEX triplet: FE, CA and A7. RGB value is (254,202,167). Sum of RGB (Red+Green+Blue) = 254+202+167=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA7 is #013558. Grayscale: #D5D5D5. Windows color (decimal): -79193 or 10996478. OLE color: 10996478.
HSL color Cylindrical-coordinate representation of color #FECAA7: hue angle of 24.14º 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 #FECAA7 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 167 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.00 |
| HSL | 24.14º | 0.98% | 0.83% | - |
| HSV(B) | 24.14º | 0.34% | 1% | - |
| XYZ | 68.97 | 66.1 | 45.68 | - |
| YUV | 213.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 167 | 0 | 0.20 | 0.34 | 0.00 | 24.14 | 0.98 | 0.83 |
| Hex | FE | CA | A7 | 0 | 14 | 22 | 0 | 18 | 62 | 53 |
| Octal | 376 | 312 | 247 | 0 | 24 | 42 | 0 | 30 | 142 | 123 |
| Binary | 11111110 | 11001010 | 10100111 | 0 | 10100 | 100010 | 0 | 11000 | 1100010 | 1010011 |
Color Harmonies of #FECAA7
Complementary color
Monochromatic Colors of #FECAA7
Black with #FECAA7
Text Example
Text Example
White with #FECAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAA7; }
p { color: rgb(254,202,167); }
H1.HeaderClassName
{
color: #FECAA7;
}
.AnyTagClassName
{
color: #FECAA7;
}
</style>
background-color css
<style>
a { background-color: #FECAA7; }
a { background-color: rgb(254,202,167); }
div.DivClassName
{
background-color: #FECAA7;
}
.BgClassName
{
background-color: #FECAA7;
}
</style>
border-color css
<style>
span { border-color: #FECAA7; }
span { border-color: rgb(254,202,167); }
td.TdClassName
{
border-color: #FECAA7;
}
.TagClassName
{
border-color: #FECAA7;
}
</style>