Shades of Peach #FECCA7
Tints of Peach #FECCA7
RGB
CMYK
RGB Variations
Color information
#FECCA7 (or 0xFECCA7) is known color: Peach. HEX triplet: FE, CC and A7. RGB value is (254,204,167). Sum of RGB (Red+Green+Blue) = 254+204+167=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCA7 is #013358. Grayscale: #D6D6D6. Windows color (decimal): -78681 or 10996990. OLE color: 10996990.
HSL color Cylindrical-coordinate representation of color #FECCA7: hue angle of 25.52º 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 #FECCA7 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 167 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.00 |
| HSL | 25.52º | 0.98% | 0.83% | - |
| HSV(B) | 25.52º | 0.34% | 1% | - |
| XYZ | 69.44 | 67.05 | 45.84 | - |
| YUV | 214.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 167 | 0 | 0.20 | 0.34 | 0.00 | 25.52 | 0.98 | 0.83 |
| Hex | FE | CC | A7 | 0 | 14 | 22 | 0 | 1A | 62 | 53 |
| Octal | 376 | 314 | 247 | 0 | 24 | 42 | 0 | 32 | 142 | 123 |
| Binary | 11111110 | 11001100 | 10100111 | 0 | 10100 | 100010 | 0 | 11010 | 1100010 | 1010011 |
Color Harmonies of #FECCA7
Complementary color
Monochromatic Colors of #FECCA7
Black with #FECCA7
Text Example
Text Example
White with #FECCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCA7; }
p { color: rgb(254,204,167); }
H1.HeaderClassName
{
color: #FECCA7;
}
.AnyTagClassName
{
color: #FECCA7;
}
</style>
background-color css
<style>
a { background-color: #FECCA7; }
a { background-color: rgb(254,204,167); }
div.DivClassName
{
background-color: #FECCA7;
}
.BgClassName
{
background-color: #FECCA7;
}
</style>
border-color css
<style>
span { border-color: #FECCA7; }
span { border-color: rgb(254,204,167); }
td.TdClassName
{
border-color: #FECCA7;
}
.TagClassName
{
border-color: #FECCA7;
}
</style>