Shades of Peach-Orange #FBCC9E
Tints of Peach-Orange #FBCC9E
RGB
CMYK
RGB Variations
Color information
#FBCC9E (or 0xFBCC9E) is known color: Peach-Orange. HEX triplet: FB, CC and 9E. RGB value is (251,204,158). Sum of RGB (Red+Green+Blue) = 251+204+158=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC9E is #043361. Grayscale: #D5D5D5. Windows color (decimal): -275298 or 10407163. OLE color: 10407163.
HSL color Cylindrical-coordinate representation of color #FBCC9E: hue angle of 29.68º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBCC9E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 158 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.02 |
| HSL | 29.68º | 0.92% | 0.8% | - |
| HSV(B) | 29.68º | 0.37% | 0.98% | - |
| XYZ | 67.55 | 66.16 | 41.56 | - |
| YUV | 212.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 158 | 0 | 0.19 | 0.37 | 0.02 | 29.68 | 0.92 | 0.8 |
| Hex | FB | CC | 9E | 0 | 13 | 25 | 2 | 1E | 5C | 50 |
| Octal | 373 | 314 | 236 | 0 | 23 | 45 | 2 | 36 | 134 | 120 |
| Binary | 11111011 | 11001100 | 10011110 | 0 | 10011 | 100101 | 10 | 11110 | 1011100 | 1010000 |
Color Harmonies of #FBCC9E
Complementary color
Monochromatic Colors of #FBCC9E
Black with #FBCC9E
Text Example
Text Example
White with #FBCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC9E; }
p { color: rgb(251,204,158); }
H1.HeaderClassName
{
color: #FBCC9E;
}
.AnyTagClassName
{
color: #FBCC9E;
}
</style>
background-color css
<style>
a { background-color: #FBCC9E; }
a { background-color: rgb(251,204,158); }
div.DivClassName
{
background-color: #FBCC9E;
}
.BgClassName
{
background-color: #FBCC9E;
}
</style>
border-color css
<style>
span { border-color: #FBCC9E; }
span { border-color: rgb(251,204,158); }
td.TdClassName
{
border-color: #FBCC9E;
}
.TagClassName
{
border-color: #FBCC9E;
}
</style>