Shades of Bisque #FBE2C4
Tints of Bisque #FBE2C4
RGB
CMYK
RGB Variations
Color information
#FBE2C4 (or 0xFBE2C4) is known color: Bisque. HEX triplet: FB, E2 and C4. RGB value is (251,226,196). Sum of RGB (Red+Green+Blue) = 251+226+196=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 196 (76.95% from 255 or 29.12% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C4 is #041D3B. Grayscale: #E6E6E6. Windows color (decimal): -269628 or 12903163. OLE color: 12903163.
HSL color Cylindrical-coordinate representation of color #FBE2C4: hue angle of 32.73º 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 #FBE2C4 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 196 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.02 |
| HSL | 32.73º | 0.87% | 0.88% | - |
| HSV(B) | 32.73º | 0.22% | 0.98% | - |
| XYZ | 76.94 | 78.89 | 63.4 | - |
| YUV | 230.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 196 | 0 | 0.10 | 0.22 | 0.02 | 32.73 | 0.87 | 0.88 |
| Hex | FB | E2 | C4 | 0 | A | 16 | 2 | 21 | 57 | 58 |
| Octal | 373 | 342 | 304 | 0 | 12 | 26 | 2 | 41 | 127 | 130 |
| Binary | 11111011 | 11100010 | 11000100 | 0 | 1010 | 10110 | 10 | 100001 | 1010111 | 1011000 |
Color Harmonies of #FBE2C4
Complementary color
Monochromatic Colors of #FBE2C4
Black with #FBE2C4
Text Example
Text Example
White with #FBE2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2C4; }
p { color: rgb(251,226,196); }
H1.HeaderClassName
{
color: #FBE2C4;
}
.AnyTagClassName
{
color: #FBE2C4;
}
</style>
background-color css
<style>
a { background-color: #FBE2C4; }
a { background-color: rgb(251,226,196); }
div.DivClassName
{
background-color: #FBE2C4;
}
.BgClassName
{
background-color: #FBE2C4;
}
</style>
border-color css
<style>
span { border-color: #FBE2C4; }
span { border-color: rgb(251,226,196); }
td.TdClassName
{
border-color: #FBE2C4;
}
.TagClassName
{
border-color: #FBE2C4;
}
</style>