Shades of Bisque #FFE3CC
Tints of Bisque #FFE3CC
RGB
CMYK
RGB Variations
Color information
#FFE3CC (or 0xFFE3CC) is known color: Bisque. HEX triplet: FF, E3 and CC. RGB value is (255,227,204). Sum of RGB (Red+Green+Blue) = 255+227+204=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3CC is #001C33. Grayscale: #E8E8E8. Windows color (decimal): -7220 or 13427711. OLE color: 13427711.
HSL color Cylindrical-coordinate representation of color #FFE3CC: hue angle of 27.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE3CC is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 204 | - |
| CMYK | 0 | 0.11 | 0.2 | 0 |
| HSL | 27.06º | 1% | 0.9% | - |
| HSV(B) | 27.06º | 0.2% | 1% | - |
| XYZ | 79.61 | 80.56 | 68.48 | - |
| YUV | 232.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 204 | 0 | 0.11 | 0.2 | 0 | 27.06 | 1 | 0.9 |
| Hex | FF | E3 | CC | 0 | B | 14 | 0 | 1B | 64 | 5A |
| Octal | 377 | 343 | 314 | 0 | 13 | 24 | 0 | 33 | 144 | 132 |
| Binary | 11111111 | 11100011 | 11001100 | 0 | 1011 | 10100 | 0 | 11011 | 1100100 | 1011010 |
Color Harmonies of #FFE3CC
Complementary color
Monochromatic Colors of #FFE3CC
Black with #FFE3CC
Text Example
Text Example
White with #FFE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3CC; }
p { color: rgb(255,227,204); }
H1.HeaderClassName
{
color: #FFE3CC;
}
.AnyTagClassName
{
color: #FFE3CC;
}
</style>
background-color css
<style>
a { background-color: #FFE3CC; }
a { background-color: rgb(255,227,204); }
div.DivClassName
{
background-color: #FFE3CC;
}
.BgClassName
{
background-color: #FFE3CC;
}
</style>
border-color css
<style>
span { border-color: #FFE3CC; }
span { border-color: rgb(255,227,204); }
td.TdClassName
{
border-color: #FFE3CC;
}
.TagClassName
{
border-color: #FFE3CC;
}
</style>