#FEE6CC

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

Shades of Bisque #FEE6CC

Tints of Bisque #FEE6CC

Color information

#FEE6CC (or 0xFEE6CC) is unknown color: approx Bisque. HEX triplet: FE, E6 and CC. RGB value is (254,230,204). Sum of RGB (Red+Green+Blue) = 254+230+204=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6CC is #011933. Grayscale: #EAEAEA. Windows color (decimal): -71988 or 13428478. OLE color: 13428478.

HSL color Cylindrical-coordinate representation of color #FEE6CC: hue angle of 31.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE6CC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254230204-
CMYK00.090.200.00
HSL31.2º96.15%89.8%-
HSV(B)31.2º19.69%99.61%-
XYZ80.0782.0268.74-
YUV234.21110.95142.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 204 (80.08% from 255) = 29.65%
R=36.92%
G=33.43%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423020400.090.200.0031.296.1589.8
HexFEE6CC091401f605a
Octal37634631401124037140132
Binary111111101110011011001100010011010001111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6CC; }

 p { color: rgb(254,230,204); }

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

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

 a { background-color: rgb(254,230,204); }

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

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

 span { border-color: rgb(254,230,204); }

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