Shades of Bisque #FFE5C2
Tints of Bisque #FFE5C2
RGB
CMYK
RGB Variations
Color information
#FFE5C2 (or 0xFFE5C2) is known color: Bisque. HEX triplet: FF, E5 and C2. RGB value is (255,229,194). Sum of RGB (Red+Green+Blue) = 255+229+194=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5C2 is #001A3D. Grayscale: #E8E8E8. Windows color (decimal): -6718 or 12772863. OLE color: 12772863.
HSL color Cylindrical-coordinate representation of color #FFE5C2: hue angle of 34.43º 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 #FFE5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 194 | - |
| CMYK | 0 | 0.10 | 0.24 | 0 |
| HSL | 34.43º | 1% | 0.88% | - |
| HSV(B) | 34.43º | 0.24% | 1% | - |
| XYZ | 79 | 81.19 | 62.55 | - |
| YUV | 232.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 194 | 0 | 0.10 | 0.24 | 0 | 34.43 | 1 | 0.88 |
| Hex | FF | E5 | C2 | 0 | A | 18 | 0 | 22 | 64 | 58 |
| Octal | 377 | 345 | 302 | 0 | 12 | 30 | 0 | 42 | 144 | 130 |
| Binary | 11111111 | 11100101 | 11000010 | 0 | 1010 | 11000 | 0 | 100010 | 1100100 | 1011000 |
Color Harmonies of #FFE5C2
Complementary color
Monochromatic Colors of #FFE5C2
Black with #FFE5C2
Text Example
Text Example
White with #FFE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5C2; }
p { color: rgb(255,229,194); }
H1.HeaderClassName
{
color: #FFE5C2;
}
.AnyTagClassName
{
color: #FFE5C2;
}
</style>
background-color css
<style>
a { background-color: #FFE5C2; }
a { background-color: rgb(255,229,194); }
div.DivClassName
{
background-color: #FFE5C2;
}
.BgClassName
{
background-color: #FFE5C2;
}
</style>
border-color css
<style>
span { border-color: #FFE5C2; }
span { border-color: rgb(255,229,194); }
td.TdClassName
{
border-color: #FFE5C2;
}
.TagClassName
{
border-color: #FFE5C2;
}
</style>