#FEE2C8

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

Shades of Bisque #FEE2C8

Tints of Bisque #FEE2C8

Color information

#FEE2C8 (or 0xFEE2C8) is unknown color: approx Bisque. HEX triplet: FE, E2 and C8. RGB value is (254,226,200). Sum of RGB (Red+Green+Blue) = 254+226+200=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 200 (78.52% from 255 or 29.41% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C8 is #011D37. Grayscale: #E7E7E7. Windows color (decimal): -73016 or 13165310. OLE color: 13165310.

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

Color convert

RGB254226200-
CMYK00.110.210.00
HSL28.89º96.43%89.02%-
HSV(B)28.89º21.26%99.61%-
XYZ78.4979.6365.88-
YUV231.41110.28144.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 200 (78.52% from 255) = 29.41%
R=37.35%
G=33.24%
B=29.41%

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
Decimal25422620000.110.210.0028.8996.4389.02
HexFEE2C80B1501d6059
Octal37634231001325035140131
Binary111111101110001011001000010111010101110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2C8; }

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

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

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

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

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

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

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

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