Shades of Bisque #FFE5CC
Tints of Bisque #FFE5CC
RGB
CMYK
RGB Variations
Color information
#FFE5CC (or 0xFFE5CC) is known color: Bisque. HEX triplet: FF, E5 and CC. RGB value is (255,229,204). Sum of RGB (Red+Green+Blue) = 255+229+204=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CC is #001A33. Grayscale: #EAEAEA. Windows color (decimal): -6708 or 13428223. OLE color: 13428223.
HSL color Cylindrical-coordinate representation of color #FFE5CC: hue angle of 29.41º 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 #FFE5CC is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 204 | - |
| CMYK | 0 | 0.10 | 0.2 | 0 |
| HSL | 29.41º | 1% | 0.9% | - |
| HSV(B) | 29.41º | 0.2% | 1% | - |
| XYZ | 80.16 | 81.66 | 68.66 | - |
| YUV | 233.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 204 | 0 | 0.10 | 0.2 | 0 | 29.41 | 1 | 0.9 |
| Hex | FF | E5 | CC | 0 | A | 14 | 0 | 1D | 64 | 5A |
| Octal | 377 | 345 | 314 | 0 | 12 | 24 | 0 | 35 | 144 | 132 |
| Binary | 11111111 | 11100101 | 11001100 | 0 | 1010 | 10100 | 0 | 11101 | 1100100 | 1011010 |
Color Harmonies of #FFE5CC
Complementary color
Monochromatic Colors of #FFE5CC
Black with #FFE5CC
Text Example
Text Example
White with #FFE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5CC; }
p { color: rgb(255,229,204); }
H1.HeaderClassName
{
color: #FFE5CC;
}
.AnyTagClassName
{
color: #FFE5CC;
}
</style>
background-color css
<style>
a { background-color: #FFE5CC; }
a { background-color: rgb(255,229,204); }
div.DivClassName
{
background-color: #FFE5CC;
}
.BgClassName
{
background-color: #FFE5CC;
}
</style>
border-color css
<style>
span { border-color: #FFE5CC; }
span { border-color: rgb(255,229,204); }
td.TdClassName
{
border-color: #FFE5CC;
}
.TagClassName
{
border-color: #FFE5CC;
}
</style>