#FEE5BE

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

Shades of Bisque #FEE5BE

Tints of Bisque #FEE5BE

Color information

#FEE5BE (or 0xFEE5BE) is unknown color: approx Bisque. HEX triplet: FE, E5 and BE. RGB value is (254,229,190). Sum of RGB (Red+Green+Blue) = 254+229+190=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5BE is #011A41. Grayscale: #E8E8E8. Windows color (decimal): -72258 or 12510718. OLE color: 12510718.

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

Color convert

RGB254229190-
CMYK00.100.250.00
HSL36.56º96.97%87.06%-
HSV(B)36.56º25.2%99.61%-
XYZ78.1980.8360.2-
YUV232.03104.28143.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 28.23%
R=37.74%
G=34.03%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422919000.100.250.0036.5696.9787.06
HexFEE5BE0A190256157
Octal37634527601231045141127
Binary1111111011100101101111100101011001010010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5BE; }

 p { color: rgb(254,229,190); }

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

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

 a { background-color: rgb(254,229,190); }

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

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

 span { border-color: rgb(254,229,190); }

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