#FEE2C7

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

Shades of Bisque #FEE2C7

Tints of Bisque #FEE2C7

Color information

#FEE2C7 (or 0xFEE2C7) is unknown color: approx Bisque. HEX triplet: FE, E2 and C7. RGB value is (254,226,199). Sum of RGB (Red+Green+Blue) = 254+226+199=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 199 (78.12% from 255 or 29.31% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C7 is #011D38. Grayscale: #E7E7E7. Windows color (decimal): -73017 or 13099774. OLE color: 13099774.

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

Color convert

RGB254226199-
CMYK00.110.220.00
HSL29.45º96.49%88.82%-
HSV(B)29.45º21.65%99.61%-
XYZ78.3879.5965.26-
YUV231.29109.78144.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 199 (78.12% from 255) = 29.31%
R=37.41%
G=33.28%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422619900.110.220.0029.4596.4988.82
HexFEE2C70B1601d6059
Octal37634230701326035140131
Binary111111101110001011000111010111011001110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2C7; }

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

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

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

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

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

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

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

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