#FEE2C0

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

Shades of Bisque #FEE2C0

Tints of Bisque #FEE2C0

Color information

#FEE2C0 (or 0xFEE2C0) is unknown color: approx Bisque. HEX triplet: FE, E2 and C0. RGB value is (254,226,192). Sum of RGB (Red+Green+Blue) = 254+226+192=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2C0 is #011D3F. Grayscale: #E6E6E6. Windows color (decimal): -73024 or 12641022. OLE color: 12641022.

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

Color convert

RGB254226192-
CMYK00.110.240.00
HSL32.9º96.88%87.45%-
HSV(B)32.9º24.41%99.61%-
XYZ77.5879.2761.08-
YUV230.5106.28144.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 192 (75.39% from 255) = 28.57%
R=37.80%
G=33.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422619200.110.240.0032.996.8887.45
HexFEE2C00B180216157
Octal37634230001330041141127
Binary1111111011100010110000000101111000010000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2C0; }

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

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

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

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

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

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

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

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