Shades of Bisque #FFE3C4
Tints of Bisque #FFE3C4
RGB
CMYK
RGB Variations
Color information
#FFE3C4 (or 0xFFE3C4) is known color: Bisque. HEX triplet: FF, E3 and C4. RGB value is (255,227,196). Sum of RGB (Red+Green+Blue) = 255+227+196=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 196 (76.95% from 255 or 28.91% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C4 is #001C3B. Grayscale: #E7E7E7. Windows color (decimal): -7228 or 12903423. OLE color: 12903423.
HSL color Cylindrical-coordinate representation of color #FFE3C4: hue angle of 31.53º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE3C4 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 196 | - |
| CMYK | 0 | 0.11 | 0.23 | 0 |
| HSL | 31.53º | 1% | 0.88% | - |
| HSV(B) | 31.53º | 0.23% | 1% | - |
| XYZ | 78.67 | 80.18 | 63.56 | - |
| YUV | 231.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 196 | 0 | 0.11 | 0.23 | 0 | 31.53 | 1 | 0.88 |
| Hex | FF | E3 | C4 | 0 | B | 17 | 0 | 20 | 64 | 58 |
| Octal | 377 | 343 | 304 | 0 | 13 | 27 | 0 | 40 | 144 | 130 |
| Binary | 11111111 | 11100011 | 11000100 | 0 | 1011 | 10111 | 0 | 100000 | 1100100 | 1011000 |
Color Harmonies of #FFE3C4
Complementary color
Monochromatic Colors of #FFE3C4
Black with #FFE3C4
Text Example
Text Example
White with #FFE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3C4; }
p { color: rgb(255,227,196); }
H1.HeaderClassName
{
color: #FFE3C4;
}
.AnyTagClassName
{
color: #FFE3C4;
}
</style>
background-color css
<style>
a { background-color: #FFE3C4; }
a { background-color: rgb(255,227,196); }
div.DivClassName
{
background-color: #FFE3C4;
}
.BgClassName
{
background-color: #FFE3C4;
}
</style>
border-color css
<style>
span { border-color: #FFE3C4; }
span { border-color: rgb(255,227,196); }
td.TdClassName
{
border-color: #FFE3C4;
}
.TagClassName
{
border-color: #FFE3C4;
}
</style>