Shades of Bisque #FBE2CB
Tints of Bisque #FBE2CB
RGB
CMYK
RGB Variations
Color information
#FBE2CB (or 0xFBE2CB) is known color: Bisque. HEX triplet: FB, E2 and CB. RGB value is (251,226,203). Sum of RGB (Red+Green+Blue) = 251+226+203=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2CB is #041D34. Grayscale: #E6E6E6. Windows color (decimal): -269621 or 13361915. OLE color: 13361915.
HSL color Cylindrical-coordinate representation of color #FBE2CB: hue angle of 28.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBE2CB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 203 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.02 |
| HSL | 28.75º | 0.86% | 0.89% | - |
| HSV(B) | 28.75º | 0.19% | 0.98% | - |
| XYZ | 77.76 | 79.21 | 67.69 | - |
| YUV | 230.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 203 | 0 | 0.10 | 0.19 | 0.02 | 28.75 | 0.86 | 0.89 |
| Hex | FB | E2 | CB | 0 | A | 13 | 2 | 1D | 56 | 59 |
| Octal | 373 | 342 | 313 | 0 | 12 | 23 | 2 | 35 | 126 | 131 |
| Binary | 11111011 | 11100010 | 11001011 | 0 | 1010 | 10011 | 10 | 11101 | 1010110 | 1011001 |
Color Harmonies of #FBE2CB
Complementary color
Monochromatic Colors of #FBE2CB
Black with #FBE2CB
Text Example
Text Example
White with #FBE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2CB; }
p { color: rgb(251,226,203); }
H1.HeaderClassName
{
color: #FBE2CB;
}
.AnyTagClassName
{
color: #FBE2CB;
}
</style>
background-color css
<style>
a { background-color: #FBE2CB; }
a { background-color: rgb(251,226,203); }
div.DivClassName
{
background-color: #FBE2CB;
}
.BgClassName
{
background-color: #FBE2CB;
}
</style>
border-color css
<style>
span { border-color: #FBE2CB; }
span { border-color: rgb(251,226,203); }
td.TdClassName
{
border-color: #FBE2CB;
}
.TagClassName
{
border-color: #FBE2CB;
}
</style>