Shades of Peach #FECFA7
Tints of Peach #FECFA7
RGB
CMYK
RGB Variations
Color information
#FECFA7 (or 0xFECFA7) is known color: Peach. HEX triplet: FE, CF and A7. RGB value is (254,207,167). Sum of RGB (Red+Green+Blue) = 254+207+167=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA7 is #013058. Grayscale: #D8D8D8. Windows color (decimal): -77913 or 10997758. OLE color: 10997758.
HSL color Cylindrical-coordinate representation of color #FECFA7: hue angle of 27.59º 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 #FECFA7 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 167 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.00 |
| HSL | 27.59º | 0.98% | 0.83% | - |
| HSV(B) | 27.59º | 0.34% | 1% | - |
| XYZ | 70.16 | 68.49 | 46.08 | - |
| YUV | 216.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 167 | 0 | 0.19 | 0.34 | 0.00 | 27.59 | 0.98 | 0.83 |
| Hex | FE | CF | A7 | 0 | 13 | 22 | 0 | 1C | 62 | 53 |
| Octal | 376 | 317 | 247 | 0 | 23 | 42 | 0 | 34 | 142 | 123 |
| Binary | 11111110 | 11001111 | 10100111 | 0 | 10011 | 100010 | 0 | 11100 | 1100010 | 1010011 |
Color Harmonies of #FECFA7
Complementary color
Monochromatic Colors of #FECFA7
Black with #FECFA7
Text Example
Text Example
White with #FECFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFA7; }
p { color: rgb(254,207,167); }
H1.HeaderClassName
{
color: #FECFA7;
}
.AnyTagClassName
{
color: #FECFA7;
}
</style>
background-color css
<style>
a { background-color: #FECFA7; }
a { background-color: rgb(254,207,167); }
div.DivClassName
{
background-color: #FECFA7;
}
.BgClassName
{
background-color: #FECFA7;
}
</style>
border-color css
<style>
span { border-color: #FECFA7; }
span { border-color: rgb(254,207,167); }
td.TdClassName
{
border-color: #FECFA7;
}
.TagClassName
{
border-color: #FECFA7;
}
</style>