Shades of Peach #FECFAA
Tints of Peach #FECFAA
RGB
CMYK
RGB Variations
Color information
#FECFAA (or 0xFECFAA) is known color: Peach. HEX triplet: FE, CF and AA. RGB value is (254,207,170). Sum of RGB (Red+Green+Blue) = 254+207+170=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFAA is #013055. Grayscale: #D9D9D9. Windows color (decimal): -77910 or 11194366. OLE color: 11194366.
HSL color Cylindrical-coordinate representation of color #FECFAA: hue angle of 26.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FECFAA is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 170 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 26.43º | 0.98% | 0.83% | - |
| HSV(B) | 26.43º | 0.33% | 1% | - |
| XYZ | 70.44 | 68.6 | 47.56 | - |
| YUV | 216.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 170 | 0 | 0.19 | 0.33 | 0.00 | 26.43 | 0.98 | 0.83 |
| Hex | FE | CF | AA | 0 | 13 | 21 | 0 | 1A | 62 | 53 |
| Octal | 376 | 317 | 252 | 0 | 23 | 41 | 0 | 32 | 142 | 123 |
| Binary | 11111110 | 11001111 | 10101010 | 0 | 10011 | 100001 | 0 | 11010 | 1100010 | 1010011 |
Color Harmonies of #FECFAA
Complementary color
Monochromatic Colors of #FECFAA
Black with #FECFAA
Text Example
Text Example
White with #FECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFAA; }
p { color: rgb(254,207,170); }
H1.HeaderClassName
{
color: #FECFAA;
}
.AnyTagClassName
{
color: #FECFAA;
}
</style>
background-color css
<style>
a { background-color: #FECFAA; }
a { background-color: rgb(254,207,170); }
div.DivClassName
{
background-color: #FECFAA;
}
.BgClassName
{
background-color: #FECFAA;
}
</style>
border-color css
<style>
span { border-color: #FECFAA; }
span { border-color: rgb(254,207,170); }
td.TdClassName
{
border-color: #FECFAA;
}
.TagClassName
{
border-color: #FECFAA;
}
</style>