Shades of Peach #FECBA4
Tints of Peach #FECBA4
RGB
CMYK
RGB Variations
Color information
#FECBA4 (or 0xFECBA4) is known color: Peach. HEX triplet: FE, CB and A4. RGB value is (254,203,164). Sum of RGB (Red+Green+Blue) = 254+203+164=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBA4 is #01345B. Grayscale: #D6D6D6. Windows color (decimal): -78940 or 10800126. OLE color: 10800126.
HSL color Cylindrical-coordinate representation of color #FECBA4: hue angle of 26º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FECBA4 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 164 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.00 |
| HSL | 26º | 0.98% | 0.82% | - |
| HSV(B) | 26º | 0.35% | 1% | - |
| XYZ | 68.93 | 66.46 | 44.32 | - |
| YUV | 213.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 164 | 0 | 0.20 | 0.35 | 0.00 | 26 | 0.98 | 0.82 |
| Hex | FE | CB | A4 | 0 | 14 | 23 | 0 | 1A | 62 | 52 |
| Octal | 376 | 313 | 244 | 0 | 24 | 43 | 0 | 32 | 142 | 122 |
| Binary | 11111110 | 11001011 | 10100100 | 0 | 10100 | 100011 | 0 | 11010 | 1100010 | 1010010 |
Color Harmonies of #FECBA4
Complementary color
Monochromatic Colors of #FECBA4
Black with #FECBA4
Text Example
Text Example
White with #FECBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBA4; }
p { color: rgb(254,203,164); }
H1.HeaderClassName
{
color: #FECBA4;
}
.AnyTagClassName
{
color: #FECBA4;
}
</style>
background-color css
<style>
a { background-color: #FECBA4; }
a { background-color: rgb(254,203,164); }
div.DivClassName
{
background-color: #FECBA4;
}
.BgClassName
{
background-color: #FECBA4;
}
</style>
border-color css
<style>
span { border-color: #FECBA4; }
span { border-color: rgb(254,203,164); }
td.TdClassName
{
border-color: #FECBA4;
}
.TagClassName
{
border-color: #FECBA4;
}
</style>