#FEE3C9

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

Shades of Bisque #FEE3C9

Tints of Bisque #FEE3C9

Color information

#FEE3C9 (or 0xFEE3C9) is unknown color: approx Bisque. HEX triplet: FE, E3 and C9. RGB value is (254,227,201). Sum of RGB (Red+Green+Blue) = 254+227+201=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C9 is #011C36. Grayscale: #E8E8E8. Windows color (decimal): -72759 or 13231102. OLE color: 13231102.

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

Color convert

RGB254227201-
CMYK00.110.210.00
HSL29.43º96.36%89.22%-
HSV(B)29.43º20.87%99.61%-
XYZ78.8880.2366.59-
YUV232.11110.45143.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 201 (78.91% from 255) = 29.47%
R=37.24%
G=33.28%
B=29.47%

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
Decimal25422720100.110.210.0029.4396.3689.22
HexFEE3C90B1501d6059
Octal37634331101325035140131
Binary111111101110001111001001010111010101110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3C9; }

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

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

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

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

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

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

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

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