Shades of Peach #FEC4AA
Tints of Peach #FEC4AA
RGB
CMYK
RGB Variations
Color information
#FEC4AA (or 0xFEC4AA) is known color: Peach. HEX triplet: FE, C4 and AA. RGB value is (254,196,170). Sum of RGB (Red+Green+Blue) = 254+196+170=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4AA is #013B55. Grayscale: #D2D2D2. Windows color (decimal): -80726 or 11191550. OLE color: 11191550.
HSL color Cylindrical-coordinate representation of color #FEC4AA: hue angle of 18.57º 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 #FEC4AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 170 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.00 |
| HSL | 18.57º | 0.98% | 0.83% | - |
| HSV(B) | 18.57º | 0.33% | 1% | - |
| XYZ | 67.87 | 63.45 | 46.7 | - |
| YUV | 210.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 170 | 0 | 0.23 | 0.33 | 0.00 | 18.57 | 0.98 | 0.83 |
| Hex | FE | C4 | AA | 0 | 17 | 21 | 0 | 13 | 62 | 53 |
| Octal | 376 | 304 | 252 | 0 | 27 | 41 | 0 | 23 | 142 | 123 |
| Binary | 11111110 | 11000100 | 10101010 | 0 | 10111 | 100001 | 0 | 10011 | 1100010 | 1010011 |
Color Harmonies of #FEC4AA
Complementary color
Monochromatic Colors of #FEC4AA
Black with #FEC4AA
Text Example
Text Example
White with #FEC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4AA; }
p { color: rgb(254,196,170); }
H1.HeaderClassName
{
color: #FEC4AA;
}
.AnyTagClassName
{
color: #FEC4AA;
}
</style>
background-color css
<style>
a { background-color: #FEC4AA; }
a { background-color: rgb(254,196,170); }
div.DivClassName
{
background-color: #FEC4AA;
}
.BgClassName
{
background-color: #FEC4AA;
}
</style>
border-color css
<style>
span { border-color: #FEC4AA; }
span { border-color: rgb(254,196,170); }
td.TdClassName
{
border-color: #FEC4AA;
}
.TagClassName
{
border-color: #FEC4AA;
}
</style>