Shades of Peach-Orange #FBC894
Tints of Peach-Orange #FBC894
RGB
CMYK
RGB Variations
Color information
#FBC894 (or 0xFBC894) is known color: Peach-Orange. HEX triplet: FB, C8 and 94. RGB value is (251,200,148). Sum of RGB (Red+Green+Blue) = 251+200+148=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC894 is #04376B. Grayscale: #D1D1D1. Windows color (decimal): -276332 or 9750779. OLE color: 9750779.
HSL color Cylindrical-coordinate representation of color #FBC894: hue angle of 30.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBC894 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 148 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.02 |
| HSL | 30.29º | 0.93% | 0.78% | - |
| HSV(B) | 30.29º | 0.41% | 0.98% | - |
| XYZ | 65.78 | 63.96 | 36.89 | - |
| YUV | 209.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 148 | 0 | 0.20 | 0.41 | 0.02 | 30.29 | 0.93 | 0.78 |
| Hex | FB | C8 | 94 | 0 | 14 | 29 | 2 | 1E | 5D | 4E |
| Octal | 373 | 310 | 224 | 0 | 24 | 51 | 2 | 36 | 135 | 116 |
| Binary | 11111011 | 11001000 | 10010100 | 0 | 10100 | 101001 | 10 | 11110 | 1011101 | 1001110 |
Color Harmonies of #FBC894
Complementary color
Monochromatic Colors of #FBC894
Black with #FBC894
Text Example
Text Example
White with #FBC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC894; }
p { color: rgb(251,200,148); }
H1.HeaderClassName
{
color: #FBC894;
}
.AnyTagClassName
{
color: #FBC894;
}
</style>
background-color css
<style>
a { background-color: #FBC894; }
a { background-color: rgb(251,200,148); }
div.DivClassName
{
background-color: #FBC894;
}
.BgClassName
{
background-color: #FBC894;
}
</style>
border-color css
<style>
span { border-color: #FBC894; }
span { border-color: rgb(251,200,148); }
td.TdClassName
{
border-color: #FBC894;
}
.TagClassName
{
border-color: #FBC894;
}
</style>