Shades of Peach #FECAA3
Tints of Peach #FECAA3
RGB
CMYK
RGB Variations
Color information
#FECAA3 (or 0xFECAA3) is known color: Peach. HEX triplet: FE, CA and A3. RGB value is (254,202,163). Sum of RGB (Red+Green+Blue) = 254+202+163=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA3 is #01355C. Grayscale: #D5D5D5. Windows color (decimal): -79197 or 10734334. OLE color: 10734334.
HSL color Cylindrical-coordinate representation of color #FECAA3: hue angle of 25.71º 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 #FECAA3 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 163 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.00 |
| HSL | 25.71º | 0.98% | 0.82% | - |
| HSV(B) | 25.71º | 0.36% | 1% | - |
| XYZ | 68.6 | 65.96 | 43.77 | - |
| YUV | 213.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 163 | 0 | 0.20 | 0.36 | 0.00 | 25.71 | 0.98 | 0.82 |
| Hex | FE | CA | A3 | 0 | 14 | 24 | 0 | 1A | 62 | 52 |
| Octal | 376 | 312 | 243 | 0 | 24 | 44 | 0 | 32 | 142 | 122 |
| Binary | 11111110 | 11001010 | 10100011 | 0 | 10100 | 100100 | 0 | 11010 | 1100010 | 1010010 |
Color Harmonies of #FECAA3
Complementary color
Monochromatic Colors of #FECAA3
Black with #FECAA3
Text Example
Text Example
White with #FECAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAA3; }
p { color: rgb(254,202,163); }
H1.HeaderClassName
{
color: #FECAA3;
}
.AnyTagClassName
{
color: #FECAA3;
}
</style>
background-color css
<style>
a { background-color: #FECAA3; }
a { background-color: rgb(254,202,163); }
div.DivClassName
{
background-color: #FECAA3;
}
.BgClassName
{
background-color: #FECAA3;
}
</style>
border-color css
<style>
span { border-color: #FECAA3; }
span { border-color: rgb(254,202,163); }
td.TdClassName
{
border-color: #FECAA3;
}
.TagClassName
{
border-color: #FECAA3;
}
</style>