#FEE0BE

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

Shades of Bisque #FEE0BE

Tints of Bisque #FEE0BE

Color information

#FEE0BE (or 0xFEE0BE) is unknown color: approx Bisque. HEX triplet: FE, E0 and BE. RGB value is (254,224,190). Sum of RGB (Red+Green+Blue) = 254+224+190=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0BE is #011F41. Grayscale: #E5E5E5. Windows color (decimal): -73538 or 12509438. OLE color: 12509438.

HSL color Cylindrical-coordinate representation of color #FEE0BE: hue angle of 31.88º 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 #FEE0BE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254224190-
CMYK00.120.250.00
HSL31.88º96.97%87.06%-
HSV(B)31.88º25.2%99.61%-
XYZ76.8278.159.74-
YUV229.09105.94145.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 190 (74.61% from 255) = 28.44%
R=38.02%
G=33.53%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422419000.120.250.0031.8896.9787.06
HexFEE0BE0C190206157
Octal37634027601431040141127
Binary1111111011100000101111100110011001010000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0BE; }

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

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

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

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

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

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

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

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