Shades of Peach #FECBA1
Tints of Peach #FECBA1
RGB
CMYK
RGB Variations
Color information
#FECBA1 (or 0xFECBA1) is known color: Peach. HEX triplet: FE, CB and A1. RGB value is (254,203,161). Sum of RGB (Red+Green+Blue) = 254+203+161=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBA1 is #01345E. Grayscale: #D5D5D5. Windows color (decimal): -78943 or 10603518. OLE color: 10603518.
HSL color Cylindrical-coordinate representation of color #FECBA1: hue angle of 27.1º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FECBA1 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 161 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.00 |
| HSL | 27.1º | 0.98% | 0.81% | - |
| HSV(B) | 27.1º | 0.37% | 1% | - |
| XYZ | 68.66 | 66.36 | 42.91 | - |
| YUV | 213.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 161 | 0 | 0.20 | 0.37 | 0.00 | 27.1 | 0.98 | 0.81 |
| Hex | FE | CB | A1 | 0 | 14 | 25 | 0 | 1B | 62 | 51 |
| Octal | 376 | 313 | 241 | 0 | 24 | 45 | 0 | 33 | 142 | 121 |
| Binary | 11111110 | 11001011 | 10100001 | 0 | 10100 | 100101 | 0 | 11011 | 1100010 | 1010001 |
Color Harmonies of #FECBA1
Complementary color
Monochromatic Colors of #FECBA1
Black with #FECBA1
Text Example
Text Example
White with #FECBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBA1; }
p { color: rgb(254,203,161); }
H1.HeaderClassName
{
color: #FECBA1;
}
.AnyTagClassName
{
color: #FECBA1;
}
</style>
background-color css
<style>
a { background-color: #FECBA1; }
a { background-color: rgb(254,203,161); }
div.DivClassName
{
background-color: #FECBA1;
}
.BgClassName
{
background-color: #FECBA1;
}
</style>
border-color css
<style>
span { border-color: #FECBA1; }
span { border-color: rgb(254,203,161); }
td.TdClassName
{
border-color: #FECBA1;
}
.TagClassName
{
border-color: #FECBA1;
}
</style>