#FEE5C9

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

Shades of Bisque #FEE5C9

Tints of Bisque #FEE5C9

Color information

#FEE5C9 (or 0xFEE5C9) is unknown color: approx Bisque. HEX triplet: FE, E5 and C9. RGB value is (254,229,201). Sum of RGB (Red+Green+Blue) = 254+229+201=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 201 (78.91% from 255 or 29.39% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5C9 is #011A36. Grayscale: #E9E9E9. Windows color (decimal): -72247 or 13231614. OLE color: 13231614.

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

Color convert

RGB254229201-
CMYK00.100.210.00
HSL31.7º96.36%89.22%-
HSV(B)31.7º20.87%99.61%-
XYZ79.4381.3366.77-
YUV233.28109.78142.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 201 (78.91% from 255) = 29.39%
R=37.13%
G=33.48%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422920100.100.210.0031.796.3689.22
HexFEE5C90A150206059
Octal37634531101225040140131
Binary1111111011100101110010010101010101010000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5C9; }

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

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

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

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

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

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

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

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