#FEE2BD

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

Shades of Bisque #FEE2BD

Tints of Bisque #FEE2BD

Color information

#FEE2BD (or 0xFEE2BD) is unknown color: approx Bisque. HEX triplet: FE, E2 and BD. RGB value is (254,226,189). Sum of RGB (Red+Green+Blue) = 254+226+189=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BD is #011D42. Grayscale: #E6E6E6. Windows color (decimal): -73027 or 12444414. OLE color: 12444414.

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

Color convert

RGB254226189-
CMYK00.110.260.00
HSL34.15º97.01%86.86%-
HSV(B)34.15º25.59%99.61%-
XYZ77.2579.1459.35-
YUV230.15104.78145.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=37.97%
G=33.78%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422618900.110.260.0034.1597.0186.86
HexFEE2BD0B1A0226157
Octal37634227501332042141127
Binary1111111011100010101111010101111010010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2BD; }

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

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

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

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

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

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

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

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