Shades of Bisque #FBE0C6
Tints of Bisque #FBE0C6
RGB
CMYK
RGB Variations
Color information
#FBE0C6 (or 0xFBE0C6) is known color: Bisque. HEX triplet: FB, E0 and C6. RGB value is (251,224,198). Sum of RGB (Red+Green+Blue) = 251+224+198=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0C6 is #041F39. Grayscale: #E5E5E5. Windows color (decimal): -270138 or 13033723. OLE color: 13033723.
HSL color Cylindrical-coordinate representation of color #FBE0C6: hue angle of 29.43º 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 #FBE0C6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 198 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 29.43º | 0.87% | 0.88% | - |
| HSV(B) | 29.43º | 0.21% | 0.98% | - |
| XYZ | 76.63 | 77.9 | 64.42 | - |
| YUV | 229.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 198 | 0 | 0.11 | 0.21 | 0.02 | 29.43 | 0.87 | 0.88 |
| Hex | FB | E0 | C6 | 0 | B | 15 | 2 | 1D | 57 | 58 |
| Octal | 373 | 340 | 306 | 0 | 13 | 25 | 2 | 35 | 127 | 130 |
| Binary | 11111011 | 11100000 | 11000110 | 0 | 1011 | 10101 | 10 | 11101 | 1010111 | 1011000 |
Color Harmonies of #FBE0C6
Complementary color
Monochromatic Colors of #FBE0C6
Black with #FBE0C6
Text Example
Text Example
White with #FBE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0C6; }
p { color: rgb(251,224,198); }
H1.HeaderClassName
{
color: #FBE0C6;
}
.AnyTagClassName
{
color: #FBE0C6;
}
</style>
background-color css
<style>
a { background-color: #FBE0C6; }
a { background-color: rgb(251,224,198); }
div.DivClassName
{
background-color: #FBE0C6;
}
.BgClassName
{
background-color: #FBE0C6;
}
</style>
border-color css
<style>
span { border-color: #FBE0C6; }
span { border-color: rgb(251,224,198); }
td.TdClassName
{
border-color: #FBE0C6;
}
.TagClassName
{
border-color: #FBE0C6;
}
</style>