Shades of Bisque #FFE3C7
Tints of Bisque #FFE3C7
RGB
CMYK
RGB Variations
Color information
#FFE3C7 (or 0xFFE3C7) is known color: Bisque. HEX triplet: FF, E3 and C7. RGB value is (255,227,199). Sum of RGB (Red+Green+Blue) = 255+227+199=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 199 (78.12% from 255 or 29.22% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C7 is #001C38. Grayscale: #E8E8E8. Windows color (decimal): -7225 or 13100031. OLE color: 13100031.
HSL color Cylindrical-coordinate representation of color #FFE3C7: hue angle of 30º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFE3C7 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 227 | 199 | - |
CMYK | 0 | 0.11 | 0.22 | 0 |
HSL | 30º | 1% | 0.89% | - |
HSV(B) | 30º | 0.22% | 1% | - |
XYZ | 79.02 | 80.32 | 65.37 | - |
YUV | 232.18 | 109.28 | 144.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 227 | 199 | 0 | 0.11 | 0.22 | 0 | 30 | 1 | 0.89 |
Hex | FF | E3 | C7 | 0 | B | 16 | 0 | 1E | 64 | 59 |
Octal | 377 | 343 | 307 | 0 | 13 | 26 | 0 | 36 | 144 | 131 |
Binary | 11111111 | 11100011 | 11000111 | 0 | 1011 | 10110 | 0 | 11110 | 1100100 | 1011001 |
Color Harmonies of #FFE3C7
Complementary color
Monochromatic Colors of #FFE3C7
Black with #FFE3C7
Text Example
Text Example
White with #FFE3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3C7; }
p { color: rgb(255,227,199); }
H1.HeaderClassName
{
color: #FFE3C7;
}
.AnyTagClassName
{
color: #FFE3C7;
}
</style>
background-color css
<style>
a { background-color: #FFE3C7; }
a { background-color: rgb(255,227,199); }
div.DivClassName
{
background-color: #FFE3C7;
}
.BgClassName
{
background-color: #FFE3C7;
}
</style>
border-color css
<style>
span { border-color: #FFE3C7; }
span { border-color: rgb(255,227,199); }
td.TdClassName
{
border-color: #FFE3C7;
}
.TagClassName
{
border-color: #FFE3C7;
}
</style>