#FEE2C9

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

Shades of Bisque #FEE2C9

Tints of Bisque #FEE2C9

Color information

#FEE2C9 (or 0xFEE2C9) is unknown color: approx Bisque. HEX triplet: FE, E2 and C9. RGB value is (254,226,201). Sum of RGB (Red+Green+Blue) = 254+226+201=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 201 (78.91% from 255 or 29.52% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C9 is #011D36. Grayscale: #E7E7E7. Windows color (decimal): -73015 or 13230846. OLE color: 13230846.

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

Color convert

RGB254226201-
CMYK00.110.210.00
HSL28.3º96.36%89.22%-
HSV(B)28.3º20.87%99.61%-
XYZ78.6179.6866.49-
YUV231.52110.78144.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 201 (78.91% from 255) = 29.52%
R=37.30%
G=33.19%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422620100.110.210.0028.396.3689.22
HexFEE2C90B1501c6059
Octal37634231101325034140131
Binary111111101110001011001001010111010101110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2C9; }

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

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

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

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

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

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

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

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