Shades of Peach-Orange #FBCC9C
Tints of Peach-Orange #FBCC9C
RGB
CMYK
RGB Variations
Color information
#FBCC9C (or 0xFBCC9C) is known color: Peach-Orange. HEX triplet: FB, CC and 9C. RGB value is (251,204,156). Sum of RGB (Red+Green+Blue) = 251+204+156=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC9C is #043363. Grayscale: #D4D4D4. Windows color (decimal): -275300 or 10276091. OLE color: 10276091.
HSL color Cylindrical-coordinate representation of color #FBCC9C: hue angle of 30.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBCC9C is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 156 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.02 |
| HSL | 30.32º | 0.92% | 0.8% | - |
| HSV(B) | 30.32º | 0.38% | 0.98% | - |
| XYZ | 67.38 | 66.1 | 40.66 | - |
| YUV | 212.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 156 | 0 | 0.19 | 0.38 | 0.02 | 30.32 | 0.92 | 0.8 |
| Hex | FB | CC | 9C | 0 | 13 | 26 | 2 | 1E | 5C | 50 |
| Octal | 373 | 314 | 234 | 0 | 23 | 46 | 2 | 36 | 134 | 120 |
| Binary | 11111011 | 11001100 | 10011100 | 0 | 10011 | 100110 | 10 | 11110 | 1011100 | 1010000 |
Color Harmonies of #FBCC9C
Complementary color
Monochromatic Colors of #FBCC9C
Black with #FBCC9C
Text Example
Text Example
White with #FBCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC9C; }
p { color: rgb(251,204,156); }
H1.HeaderClassName
{
color: #FBCC9C;
}
.AnyTagClassName
{
color: #FBCC9C;
}
</style>
background-color css
<style>
a { background-color: #FBCC9C; }
a { background-color: rgb(251,204,156); }
div.DivClassName
{
background-color: #FBCC9C;
}
.BgClassName
{
background-color: #FBCC9C;
}
</style>
border-color css
<style>
span { border-color: #FBCC9C; }
span { border-color: rgb(251,204,156); }
td.TdClassName
{
border-color: #FBCC9C;
}
.TagClassName
{
border-color: #FBCC9C;
}
</style>