Shades of Peach #FECFA8
Tints of Peach #FECFA8
RGB
CMYK
RGB Variations
Color information
#FECFA8 (or 0xFECFA8) is known color: Peach. HEX triplet: FE, CF and A8. RGB value is (254,207,168). Sum of RGB (Red+Green+Blue) = 254+207+168=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA8 is #013057. Grayscale: #D8D8D8. Windows color (decimal): -77912 or 11063294. OLE color: 11063294.
HSL color Cylindrical-coordinate representation of color #FECFA8: hue angle of 27.21º 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 #FECFA8 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 168 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.00 |
| HSL | 27.21º | 0.98% | 0.83% | - |
| HSV(B) | 27.21º | 0.34% | 1% | - |
| XYZ | 70.25 | 68.52 | 46.57 | - |
| YUV | 216.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 168 | 0 | 0.19 | 0.34 | 0.00 | 27.21 | 0.98 | 0.83 |
| Hex | FE | CF | A8 | 0 | 13 | 22 | 0 | 1B | 62 | 53 |
| Octal | 376 | 317 | 250 | 0 | 23 | 42 | 0 | 33 | 142 | 123 |
| Binary | 11111110 | 11001111 | 10101000 | 0 | 10011 | 100010 | 0 | 11011 | 1100010 | 1010011 |
Color Harmonies of #FECFA8
Complementary color
Monochromatic Colors of #FECFA8
Black with #FECFA8
Text Example
Text Example
White with #FECFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFA8; }
p { color: rgb(254,207,168); }
H1.HeaderClassName
{
color: #FECFA8;
}
.AnyTagClassName
{
color: #FECFA8;
}
</style>
background-color css
<style>
a { background-color: #FECFA8; }
a { background-color: rgb(254,207,168); }
div.DivClassName
{
background-color: #FECFA8;
}
.BgClassName
{
background-color: #FECFA8;
}
</style>
border-color css
<style>
span { border-color: #FECFA8; }
span { border-color: rgb(254,207,168); }
td.TdClassName
{
border-color: #FECFA8;
}
.TagClassName
{
border-color: #FECFA8;
}
</style>