#FEE1BE

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

Shades of Bisque #FEE1BE

Tints of Bisque #FEE1BE

Color information

#FEE1BE (or 0xFEE1BE) is unknown color: approx Bisque. HEX triplet: FE, E1 and BE. RGB value is (254,225,190). Sum of RGB (Red+Green+Blue) = 254+225+190=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BE is #011E41. Grayscale: #E5E5E5. Windows color (decimal): -73282 or 12509694. OLE color: 12509694.

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

Color convert

RGB254225190-
CMYK00.110.250.00
HSL32.81º96.97%87.06%-
HSV(B)32.81º25.2%99.61%-
XYZ77.0978.6459.83-
YUV229.68105.61145.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 190 (74.61% from 255) = 28.40%
R=37.97%
G=33.63%
B=28.40%

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
Decimal25422519000.110.250.0032.8196.9787.06
HexFEE1BE0B190216157
Octal37634127601331041141127
Binary1111111011100001101111100101111001010000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1BE; }

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

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

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

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

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

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

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

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