#FEE5CC

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

Shades of Bisque #FEE5CC

Tints of Bisque #FEE5CC

Color information

#FEE5CC (or 0xFEE5CC) is unknown color: approx Bisque. HEX triplet: FE, E5 and CC. RGB value is (254,229,204). Sum of RGB (Red+Green+Blue) = 254+229+204=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CC is #011A33. Grayscale: #E9E9E9. Windows color (decimal): -72244 or 13428222. OLE color: 13428222.

HSL color Cylindrical-coordinate representation of color #FEE5CC: hue angle of 30º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE5CC is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254229204-
CMYK00.100.200.00
HSL30º96.15%89.8%-
HSV(B)30º19.69%99.61%-
XYZ79.7981.4768.65-
YUV233.62111.28142.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 29.69%
R=36.97%
G=33.33%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422920400.100.200.003096.1589.8
HexFEE5CC0A1401e605a
Octal37634531401224036140132
Binary111111101110010111001100010101010001111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5CC; }

 p { color: rgb(254,229,204); }

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

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

 a { background-color: rgb(254,229,204); }

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

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

 span { border-color: rgb(254,229,204); }

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