Shades of Bisque #FBE2C7
Tints of Bisque #FBE2C7
RGB
CMYK
RGB Variations
Color information
#FBE2C7 (or 0xFBE2C7) is known color: Bisque. HEX triplet: FB, E2 and C7. RGB value is (251,226,199). Sum of RGB (Red+Green+Blue) = 251+226+199=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 199 (78.12% from 255 or 29.44% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C7 is #041D38. Grayscale: #E6E6E6. Windows color (decimal): -269625 or 13099771. OLE color: 13099771.
HSL color Cylindrical-coordinate representation of color #FBE2C7: hue angle of 31.15º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBE2C7 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 199 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.02 |
| HSL | 31.15º | 0.87% | 0.88% | - |
| HSV(B) | 31.15º | 0.21% | 0.98% | - |
| XYZ | 77.29 | 79.03 | 65.21 | - |
| YUV | 230.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 199 | 0 | 0.10 | 0.21 | 0.02 | 31.15 | 0.87 | 0.88 |
| Hex | FB | E2 | C7 | 0 | A | 15 | 2 | 1F | 57 | 58 |
| Octal | 373 | 342 | 307 | 0 | 12 | 25 | 2 | 37 | 127 | 130 |
| Binary | 11111011 | 11100010 | 11000111 | 0 | 1010 | 10101 | 10 | 11111 | 1010111 | 1011000 |
Color Harmonies of #FBE2C7
Complementary color
Monochromatic Colors of #FBE2C7
Black with #FBE2C7
Text Example
Text Example
White with #FBE2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2C7; }
p { color: rgb(251,226,199); }
H1.HeaderClassName
{
color: #FBE2C7;
}
.AnyTagClassName
{
color: #FBE2C7;
}
</style>
background-color css
<style>
a { background-color: #FBE2C7; }
a { background-color: rgb(251,226,199); }
div.DivClassName
{
background-color: #FBE2C7;
}
.BgClassName
{
background-color: #FBE2C7;
}
</style>
border-color css
<style>
span { border-color: #FBE2C7; }
span { border-color: rgb(251,226,199); }
td.TdClassName
{
border-color: #FBE2C7;
}
.TagClassName
{
border-color: #FBE2C7;
}
</style>