#FEE2BE

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

Shades of Bisque #FEE2BE

Tints of Bisque #FEE2BE

Color information

#FEE2BE (or 0xFEE2BE) is unknown color: approx Bisque. HEX triplet: FE, E2 and BE. RGB value is (254,226,190). Sum of RGB (Red+Green+Blue) = 254+226+190=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BE is #011D41. Grayscale: #E6E6E6. Windows color (decimal): -73026 or 12509950. OLE color: 12509950.

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

Color convert

RGB254226190-
CMYK00.110.250.00
HSL33.75º96.97%87.06%-
HSV(B)33.75º25.2%99.61%-
XYZ77.3679.1859.92-
YUV230.27105.28144.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=37.91%
G=33.73%
B=28.36%

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
Decimal25422619000.110.250.0033.7596.9787.06
HexFEE2BE0B190226157
Octal37634227601331042141127
Binary1111111011100010101111100101111001010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2BE; }

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

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

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

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

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

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

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

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