Shades of Bisque #FFE6C1
Tints of Bisque #FFE6C1
RGB
CMYK
RGB Variations
Color information
#FFE6C1 (or 0xFFE6C1) is known color: Bisque. HEX triplet: FF, E6 and C1. RGB value is (255,230,193). Sum of RGB (Red+Green+Blue) = 255+230+193=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C1 is #00193E. Grayscale: #E9E9E9. Windows color (decimal): -6463 or 12707583. OLE color: 12707583.
HSL color Cylindrical-coordinate representation of color #FFE6C1: hue angle of 35.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFE6C1 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 193 | - |
| CMYK | 0 | 0.10 | 0.24 | 0 |
| HSL | 35.81º | 1% | 0.88% | - |
| HSV(B) | 35.81º | 0.24% | 1% | - |
| XYZ | 79.16 | 81.7 | 62.05 | - |
| YUV | 233.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 193 | 0 | 0.10 | 0.24 | 0 | 35.81 | 1 | 0.88 |
| Hex | FF | E6 | C1 | 0 | A | 18 | 0 | 24 | 64 | 58 |
| Octal | 377 | 346 | 301 | 0 | 12 | 30 | 0 | 44 | 144 | 130 |
| Binary | 11111111 | 11100110 | 11000001 | 0 | 1010 | 11000 | 0 | 100100 | 1100100 | 1011000 |
Color Harmonies of #FFE6C1
Complementary color
Monochromatic Colors of #FFE6C1
Black with #FFE6C1
Text Example
Text Example
White with #FFE6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6C1; }
p { color: rgb(255,230,193); }
H1.HeaderClassName
{
color: #FFE6C1;
}
.AnyTagClassName
{
color: #FFE6C1;
}
</style>
background-color css
<style>
a { background-color: #FFE6C1; }
a { background-color: rgb(255,230,193); }
div.DivClassName
{
background-color: #FFE6C1;
}
.BgClassName
{
background-color: #FFE6C1;
}
</style>
border-color css
<style>
span { border-color: #FFE6C1; }
span { border-color: rgb(255,230,193); }
td.TdClassName
{
border-color: #FFE6C1;
}
.TagClassName
{
border-color: #FFE6C1;
}
</style>