Shades of Bisque #FAE2CB
Tints of Bisque #FAE2CB
RGB
CMYK
RGB Variations
Color information
#FAE2CB (or 0xFAE2CB) is known color: Bisque. HEX triplet: FA, E2 and CB. RGB value is (250,226,203). Sum of RGB (Red+Green+Blue) = 250+226+203=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CB is #051D34. Grayscale: #E6E6E6. Windows color (decimal): -335157 or 13361914. OLE color: 13361914.
HSL color Cylindrical-coordinate representation of color #FAE2CB: hue angle of 29.36º degrees, saturation: 0.82, 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 #FAE2CB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 203 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.02 |
| HSL | 29.36º | 0.82% | 0.89% | - |
| HSV(B) | 29.36º | 0.19% | 0.98% | - |
| XYZ | 77.4 | 79.03 | 67.67 | - |
| YUV | 230.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 203 | 0 | 0.10 | 0.19 | 0.02 | 29.36 | 0.82 | 0.89 |
| Hex | FA | E2 | CB | 0 | A | 13 | 2 | 1D | 52 | 59 |
| Octal | 372 | 342 | 313 | 0 | 12 | 23 | 2 | 35 | 122 | 131 |
| Binary | 11111010 | 11100010 | 11001011 | 0 | 1010 | 10011 | 10 | 11101 | 1010010 | 1011001 |
Color Harmonies of #FAE2CB
Complementary color
Monochromatic Colors of #FAE2CB
Black with #FAE2CB
Text Example
Text Example
White with #FAE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2CB; }
p { color: rgb(250,226,203); }
H1.HeaderClassName
{
color: #FAE2CB;
}
.AnyTagClassName
{
color: #FAE2CB;
}
</style>
background-color css
<style>
a { background-color: #FAE2CB; }
a { background-color: rgb(250,226,203); }
div.DivClassName
{
background-color: #FAE2CB;
}
.BgClassName
{
background-color: #FAE2CB;
}
</style>
border-color css
<style>
span { border-color: #FAE2CB; }
span { border-color: rgb(250,226,203); }
td.TdClassName
{
border-color: #FAE2CB;
}
.TagClassName
{
border-color: #FAE2CB;
}
</style>