#FEE3CC

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

Shades of Bisque #FEE3CC

Tints of Bisque #FEE3CC

Color information

#FEE3CC (or 0xFEE3CC) is unknown color: approx Bisque. HEX triplet: FE, E3 and CC. RGB value is (254,227,204). Sum of RGB (Red+Green+Blue) = 254+227+204=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3CC is #011C33. Grayscale: #E8E8E8. Windows color (decimal): -72756 or 13427710. OLE color: 13427710.

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

Color convert

RGB254227204-
CMYK00.110.200.00
HSL27.6º96.15%89.8%-
HSV(B)27.6º19.69%99.61%-
XYZ79.2480.3768.46-
YUV232.45111.95143.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 204 (80.08% from 255) = 29.78%
R=37.08%
G=33.14%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422720400.110.200.0027.696.1589.8
HexFEE3CC0B1401c605a
Octal37634331401324034140132
Binary111111101110001111001100010111010001110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3CC; }

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

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

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

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

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

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

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

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