Shades of Peach #FEC6AA
Tints of Peach #FEC6AA
RGB
CMYK
RGB Variations
Color information
#FEC6AA (or 0xFEC6AA) is known color: Peach. HEX triplet: FE, C6 and AA. RGB value is (254,198,170). Sum of RGB (Red+Green+Blue) = 254+198+170=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6AA is #013955. Grayscale: #D3D3D3. Windows color (decimal): -80214 or 11192062. OLE color: 11192062.
HSL color Cylindrical-coordinate representation of color #FEC6AA: hue angle of 20º 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 #FEC6AA is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 170 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.00 |
| HSL | 20º | 0.98% | 0.83% | - |
| HSV(B) | 20º | 0.33% | 1% | - |
| XYZ | 68.32 | 64.36 | 46.85 | - |
| YUV | 211.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 170 | 0 | 0.22 | 0.33 | 0.00 | 20 | 0.98 | 0.83 |
| Hex | FE | C6 | AA | 0 | 16 | 21 | 0 | 14 | 62 | 53 |
| Octal | 376 | 306 | 252 | 0 | 26 | 41 | 0 | 24 | 142 | 123 |
| Binary | 11111110 | 11000110 | 10101010 | 0 | 10110 | 100001 | 0 | 10100 | 1100010 | 1010011 |
Color Harmonies of #FEC6AA
Complementary color
Monochromatic Colors of #FEC6AA
Black with #FEC6AA
Text Example
Text Example
White with #FEC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6AA; }
p { color: rgb(254,198,170); }
H1.HeaderClassName
{
color: #FEC6AA;
}
.AnyTagClassName
{
color: #FEC6AA;
}
</style>
background-color css
<style>
a { background-color: #FEC6AA; }
a { background-color: rgb(254,198,170); }
div.DivClassName
{
background-color: #FEC6AA;
}
.BgClassName
{
background-color: #FEC6AA;
}
</style>
border-color css
<style>
span { border-color: #FEC6AA; }
span { border-color: rgb(254,198,170); }
td.TdClassName
{
border-color: #FEC6AA;
}
.TagClassName
{
border-color: #FEC6AA;
}
</style>