Shades of Bisque #FBE0C4
Tints of Bisque #FBE0C4
RGB
CMYK
RGB Variations
Color information
#FBE0C4 (or 0xFBE0C4) is known color: Bisque. HEX triplet: FB, E0 and C4. RGB value is (251,224,196). Sum of RGB (Red+Green+Blue) = 251+224+196=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0C4 is #041F3B. Grayscale: #E5E5E5. Windows color (decimal): -270140 or 12902651. OLE color: 12902651.
HSL color Cylindrical-coordinate representation of color #FBE0C4: hue angle of 30.55º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBE0C4 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 196 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.02 |
| HSL | 30.55º | 0.87% | 0.88% | - |
| HSV(B) | 30.55º | 0.22% | 0.98% | - |
| XYZ | 76.4 | 77.81 | 63.22 | - |
| YUV | 228.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 196 | 0 | 0.11 | 0.22 | 0.02 | 30.55 | 0.87 | 0.88 |
| Hex | FB | E0 | C4 | 0 | B | 16 | 2 | 1F | 57 | 58 |
| Octal | 373 | 340 | 304 | 0 | 13 | 26 | 2 | 37 | 127 | 130 |
| Binary | 11111011 | 11100000 | 11000100 | 0 | 1011 | 10110 | 10 | 11111 | 1010111 | 1011000 |
Color Harmonies of #FBE0C4
Complementary color
Monochromatic Colors of #FBE0C4
Black with #FBE0C4
Text Example
Text Example
White with #FBE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0C4; }
p { color: rgb(251,224,196); }
H1.HeaderClassName
{
color: #FBE0C4;
}
.AnyTagClassName
{
color: #FBE0C4;
}
</style>
background-color css
<style>
a { background-color: #FBE0C4; }
a { background-color: rgb(251,224,196); }
div.DivClassName
{
background-color: #FBE0C4;
}
.BgClassName
{
background-color: #FBE0C4;
}
</style>
border-color css
<style>
span { border-color: #FBE0C4; }
span { border-color: rgb(251,224,196); }
td.TdClassName
{
border-color: #FBE0C4;
}
.TagClassName
{
border-color: #FBE0C4;
}
</style>