Shades of Bisque #FEE6C3
Tints of Bisque #FEE6C3
RGB
CMYK
RGB Variations
Color information
#FEE6C3 (or 0xFEE6C3) is known color: Bisque. HEX triplet: FE, E6 and C3. RGB value is (254,230,195). Sum of RGB (Red+Green+Blue) = 254+230+195=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 195 (76.56% from 255 or 28.72% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6C3 is #01193C. Grayscale: #E9E9E9. Windows color (decimal): -71997 or 12838654. OLE color: 12838654.
HSL color Cylindrical-coordinate representation of color #FEE6C3: hue angle of 35.59º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEE6C3 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 195 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.00 |
| HSL | 35.59º | 0.97% | 0.88% | - |
| HSV(B) | 35.59º | 0.23% | 1% | - |
| XYZ | 79.02 | 81.6 | 63.22 | - |
| YUV | 233.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 195 | 0 | 0.09 | 0.23 | 0.00 | 35.59 | 0.97 | 0.88 |
| Hex | FE | E6 | C3 | 0 | 9 | 17 | 0 | 24 | 61 | 58 |
| Octal | 376 | 346 | 303 | 0 | 11 | 27 | 0 | 44 | 141 | 130 |
| Binary | 11111110 | 11100110 | 11000011 | 0 | 1001 | 10111 | 0 | 100100 | 1100001 | 1011000 |
Color Harmonies of #FEE6C3
Complementary color
Monochromatic Colors of #FEE6C3
Black with #FEE6C3
Text Example
Text Example
White with #FEE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6C3; }
p { color: rgb(254,230,195); }
H1.HeaderClassName
{
color: #FEE6C3;
}
.AnyTagClassName
{
color: #FEE6C3;
}
</style>
background-color css
<style>
a { background-color: #FEE6C3; }
a { background-color: rgb(254,230,195); }
div.DivClassName
{
background-color: #FEE6C3;
}
.BgClassName
{
background-color: #FEE6C3;
}
</style>
border-color css
<style>
span { border-color: #FEE6C3; }
span { border-color: rgb(254,230,195); }
td.TdClassName
{
border-color: #FEE6C3;
}
.TagClassName
{
border-color: #FEE6C3;
}
</style>