#FEE3BD

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

Shades of Bisque #FEE3BD

Tints of Bisque #FEE3BD

Color information

#FEE3BD (or 0xFEE3BD) is unknown color: approx Bisque. HEX triplet: FE, E3 and BD. RGB value is (254,227,189). Sum of RGB (Red+Green+Blue) = 254+227+189=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3BD is #011C42. Grayscale: #E6E6E6. Windows color (decimal): -72771 or 12444670. OLE color: 12444670.

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

Color convert

RGB254227189-
CMYK00.110.260.00
HSL35.08º97.01%86.86%-
HSV(B)35.08º25.59%99.61%-
XYZ77.5379.6859.44-
YUV230.74104.45144.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 189 (74.22% from 255) = 28.21%
R=37.91%
G=33.88%
B=28.21%

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
Decimal25422718900.110.260.0035.0897.0186.86
HexFEE3BD0B1A0236157
Octal37634327501332043141127
Binary1111111011100011101111010101111010010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3BD; }

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

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

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

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

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

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

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

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