Shades of Bisque #FBE1C0
Tints of Bisque #FBE1C0
RGB
CMYK
RGB Variations
Color information
#FBE1C0 (or 0xFBE1C0) is known color: Bisque. HEX triplet: FB, E1 and C0. RGB value is (251,225,192). Sum of RGB (Red+Green+Blue) = 251+225+192=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1C0 is #041E3F. Grayscale: #E5E5E5. Windows color (decimal): -269888 or 12640763. OLE color: 12640763.
HSL color Cylindrical-coordinate representation of color #FBE1C0: hue angle of 33.56º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBE1C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 192 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 33.56º | 0.88% | 0.87% | - |
| HSV(B) | 33.56º | 0.24% | 0.98% | - |
| XYZ | 76.22 | 78.17 | 60.94 | - |
| YUV | 229.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 192 | 0 | 0.10 | 0.24 | 0.02 | 33.56 | 0.88 | 0.87 |
| Hex | FB | E1 | C0 | 0 | A | 18 | 2 | 22 | 58 | 57 |
| Octal | 373 | 341 | 300 | 0 | 12 | 30 | 2 | 42 | 130 | 127 |
| Binary | 11111011 | 11100001 | 11000000 | 0 | 1010 | 11000 | 10 | 100010 | 1011000 | 1010111 |
Color Harmonies of #FBE1C0
Complementary color
Monochromatic Colors of #FBE1C0
Black with #FBE1C0
Text Example
Text Example
White with #FBE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1C0; }
p { color: rgb(251,225,192); }
H1.HeaderClassName
{
color: #FBE1C0;
}
.AnyTagClassName
{
color: #FBE1C0;
}
</style>
background-color css
<style>
a { background-color: #FBE1C0; }
a { background-color: rgb(251,225,192); }
div.DivClassName
{
background-color: #FBE1C0;
}
.BgClassName
{
background-color: #FBE1C0;
}
</style>
border-color css
<style>
span { border-color: #FBE1C0; }
span { border-color: rgb(251,225,192); }
td.TdClassName
{
border-color: #FBE1C0;
}
.TagClassName
{
border-color: #FBE1C0;
}
</style>