Shades of Peach #FECB9F
Tints of Peach #FECB9F
RGB
CMYK
RGB Variations
Color information
#FECB9F (or 0xFECB9F) is known color: Peach. HEX triplet: FE, CB and 9F. RGB value is (254,203,159). Sum of RGB (Red+Green+Blue) = 254+203+159=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9F is #013460. Grayscale: #D5D5D5. Windows color (decimal): -78945 or 10472446. OLE color: 10472446.
HSL color Cylindrical-coordinate representation of color #FECB9F: hue angle of 27.79º 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 #FECB9F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 159 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.00 |
| HSL | 27.79º | 0.98% | 0.81% | - |
| HSV(B) | 27.79º | 0.37% | 1% | - |
| XYZ | 68.49 | 66.29 | 41.99 | - |
| YUV | 213.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 159 | 0 | 0.20 | 0.37 | 0.00 | 27.79 | 0.98 | 0.81 |
| Hex | FE | CB | 9F | 0 | 14 | 25 | 0 | 1C | 62 | 51 |
| Octal | 376 | 313 | 237 | 0 | 24 | 45 | 0 | 34 | 142 | 121 |
| Binary | 11111110 | 11001011 | 10011111 | 0 | 10100 | 100101 | 0 | 11100 | 1100010 | 1010001 |
Color Harmonies of #FECB9F
Complementary color
Monochromatic Colors of #FECB9F
Black with #FECB9F
Text Example
Text Example
White with #FECB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB9F; }
p { color: rgb(254,203,159); }
H1.HeaderClassName
{
color: #FECB9F;
}
.AnyTagClassName
{
color: #FECB9F;
}
</style>
background-color css
<style>
a { background-color: #FECB9F; }
a { background-color: rgb(254,203,159); }
div.DivClassName
{
background-color: #FECB9F;
}
.BgClassName
{
background-color: #FECB9F;
}
</style>
border-color css
<style>
span { border-color: #FECB9F; }
span { border-color: rgb(254,203,159); }
td.TdClassName
{
border-color: #FECB9F;
}
.TagClassName
{
border-color: #FECB9F;
}
</style>