#FEE3BE

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

Shades of Bisque #FEE3BE

Tints of Bisque #FEE3BE

Color information

#FEE3BE (or 0xFEE3BE) is unknown color: approx Bisque. HEX triplet: FE, E3 and BE. RGB value is (254,227,190). Sum of RGB (Red+Green+Blue) = 254+227+190=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3BE is #011C41. Grayscale: #E7E7E7. Windows color (decimal): -72770 or 12510206. OLE color: 12510206.

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

Color convert

RGB254227190-
CMYK00.110.250.00
HSL34.69º96.97%87.06%-
HSV(B)34.69º25.2%99.61%-
XYZ77.6479.7360.01-
YUV230.86104.95144.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 190 (74.61% from 255) = 28.32%
R=37.85%
G=33.83%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422719000.110.250.0034.6996.9787.06
HexFEE3BE0B190236157
Octal37634327601331043141127
Binary1111111011100011101111100101111001010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3BE; }

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

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

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

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

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

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

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

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