#FEE1BC

Color #FEE1BC Bisque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bisque #FEE1BC

Tints of Bisque #FEE1BC

Color information

#FEE1BC (or 0xFEE1BC) is unknown color: approx Bisque. HEX triplet: FE, E1 and BC. RGB value is (254,225,188). Sum of RGB (Red+Green+Blue) = 254+225+188=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BC is #011E43. Grayscale: #E5E5E5. Windows color (decimal): -73284 or 12378622. OLE color: 12378622.

HSL color Cylindrical-coordinate representation of color #FEE1BC: hue angle of 33.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE1BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254225188-
CMYK00.110.260.00
HSL33.64º97.06%86.67%-
HSV(B)33.64º25.98%99.61%-
XYZ76.8878.5558.69-
YUV229.45104.61145.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=38.08%
G=33.73%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422518800.110.260.0033.6497.0686.67
HexFEE1BC0B1A0226157
Octal37634127401332042141127
Binary1111111011100001101111000101111010010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1BC; }

 p { color: rgb(254,225,188); }

 H1.HeaderClassName
 {
   color: #FEE1BC;
 }
 .AnyTagClassName
 {
   color: #FEE1BC;
 }
</style>
background-color css

<style>
 a { background-color: #FEE1BC; }

 a { background-color: rgb(254,225,188); }

 div.DivClassName
 {
   background-color: #FEE1BC;
 }
 .BgClassName
 {
   background-color: #FEE1BC;
 }
</style>
border-color css

<style>
 span { border-color: #FEE1BC; }

 span { border-color: rgb(254,225,188); }

 td.TdClassName
 {
   border-color: #FEE1BC;
 }
 .TagClassName
 {
   border-color: #FEE1BC;
 }
</style>