Shades of Peach #FECCA8
Tints of Peach #FECCA8
RGB
CMYK
RGB Variations
Color information
#FECCA8 (or 0xFECCA8) is known color: Peach. HEX triplet: FE, CC and A8. RGB value is (254,204,168). Sum of RGB (Red+Green+Blue) = 254+204+168=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCA8 is #013357. Grayscale: #D7D7D7. Windows color (decimal): -78680 or 11062526. OLE color: 11062526.
HSL color Cylindrical-coordinate representation of color #FECCA8: hue angle of 25.12º 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 #FECCA8 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 168 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.00 |
| HSL | 25.12º | 0.98% | 0.83% | - |
| HSV(B) | 25.12º | 0.34% | 1% | - |
| XYZ | 69.53 | 67.08 | 46.33 | - |
| YUV | 214.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 168 | 0 | 0.20 | 0.34 | 0.00 | 25.12 | 0.98 | 0.83 |
| Hex | FE | CC | A8 | 0 | 14 | 22 | 0 | 19 | 62 | 53 |
| Octal | 376 | 314 | 250 | 0 | 24 | 42 | 0 | 31 | 142 | 123 |
| Binary | 11111110 | 11001100 | 10101000 | 0 | 10100 | 100010 | 0 | 11001 | 1100010 | 1010011 |
Color Harmonies of #FECCA8
Complementary color
Monochromatic Colors of #FECCA8
Black with #FECCA8
Text Example
Text Example
White with #FECCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCA8; }
p { color: rgb(254,204,168); }
H1.HeaderClassName
{
color: #FECCA8;
}
.AnyTagClassName
{
color: #FECCA8;
}
</style>
background-color css
<style>
a { background-color: #FECCA8; }
a { background-color: rgb(254,204,168); }
div.DivClassName
{
background-color: #FECCA8;
}
.BgClassName
{
background-color: #FECCA8;
}
</style>
border-color css
<style>
span { border-color: #FECCA8; }
span { border-color: rgb(254,204,168); }
td.TdClassName
{
border-color: #FECCA8;
}
.TagClassName
{
border-color: #FECCA8;
}
</style>