Shades of Bisque #FEE6CC
Tints of Bisque #FEE6CC
RGB
CMYK
RGB Variations
Color information
#FEE6CC (or 0xFEE6CC) is known color: Bisque. HEX triplet: FE, E6 and CC. RGB value is (254,230,204). Sum of RGB (Red+Green+Blue) = 254+230+204=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6CC is #011933. Grayscale: #EAEAEA. Windows color (decimal): -71988 or 13428478. OLE color: 13428478.
HSL color Cylindrical-coordinate representation of color #FEE6CC: hue angle of 31.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE6CC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 204 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.00 |
| HSL | 31.2º | 0.96% | 0.9% | - |
| HSV(B) | 31.2º | 0.2% | 1% | - |
| XYZ | 80.07 | 82.02 | 68.74 | - |
| YUV | 234.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 204 | 0 | 0.09 | 0.20 | 0.00 | 31.2 | 0.96 | 0.9 |
| Hex | FE | E6 | CC | 0 | 9 | 14 | 0 | 1F | 60 | 5A |
| Octal | 376 | 346 | 314 | 0 | 11 | 24 | 0 | 37 | 140 | 132 |
| Binary | 11111110 | 11100110 | 11001100 | 0 | 1001 | 10100 | 0 | 11111 | 1100000 | 1011010 |
Color Harmonies of #FEE6CC
Complementary color
Monochromatic Colors of #FEE6CC
Black with #FEE6CC
Text Example
Text Example
White with #FEE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6CC; }
p { color: rgb(254,230,204); }
H1.HeaderClassName
{
color: #FEE6CC;
}
.AnyTagClassName
{
color: #FEE6CC;
}
</style>
background-color css
<style>
a { background-color: #FEE6CC; }
a { background-color: rgb(254,230,204); }
div.DivClassName
{
background-color: #FEE6CC;
}
.BgClassName
{
background-color: #FEE6CC;
}
</style>
border-color css
<style>
span { border-color: #FEE6CC; }
span { border-color: rgb(254,230,204); }
td.TdClassName
{
border-color: #FEE6CC;
}
.TagClassName
{
border-color: #FEE6CC;
}
</style>