Shades of Peach #FEC8A3
Tints of Peach #FEC8A3
RGB
CMYK
RGB Variations
Color information
#FEC8A3 (or 0xFEC8A3) is known color: Peach. HEX triplet: FE, C8 and A3. RGB value is (254,200,163). Sum of RGB (Red+Green+Blue) = 254+200+163=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A3 is #01375C. Grayscale: #D4D4D4. Windows color (decimal): -79709 or 10733822. OLE color: 10733822.
HSL color Cylindrical-coordinate representation of color #FEC8A3: hue angle of 24.4º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEC8A3 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 163 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.00 |
| HSL | 24.4º | 0.98% | 0.82% | - |
| HSV(B) | 24.4º | 0.36% | 1% | - |
| XYZ | 68.14 | 65.02 | 43.61 | - |
| YUV | 211.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 163 | 0 | 0.21 | 0.36 | 0.00 | 24.4 | 0.98 | 0.82 |
| Hex | FE | C8 | A3 | 0 | 15 | 24 | 0 | 18 | 62 | 52 |
| Octal | 376 | 310 | 243 | 0 | 25 | 44 | 0 | 30 | 142 | 122 |
| Binary | 11111110 | 11001000 | 10100011 | 0 | 10101 | 100100 | 0 | 11000 | 1100010 | 1010010 |
Color Harmonies of #FEC8A3
Complementary color
Monochromatic Colors of #FEC8A3
Black with #FEC8A3
Text Example
Text Example
White with #FEC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8A3; }
p { color: rgb(254,200,163); }
H1.HeaderClassName
{
color: #FEC8A3;
}
.AnyTagClassName
{
color: #FEC8A3;
}
</style>
background-color css
<style>
a { background-color: #FEC8A3; }
a { background-color: rgb(254,200,163); }
div.DivClassName
{
background-color: #FEC8A3;
}
.BgClassName
{
background-color: #FEC8A3;
}
</style>
border-color css
<style>
span { border-color: #FEC8A3; }
span { border-color: rgb(254,200,163); }
td.TdClassName
{
border-color: #FEC8A3;
}
.TagClassName
{
border-color: #FEC8A3;
}
</style>