#FEE3C3

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

Shades of Bisque #FEE3C3

Tints of Bisque #FEE3C3

Color information

#FEE3C3 (or 0xFEE3C3) is unknown color: approx Bisque. HEX triplet: FE, E3 and C3. RGB value is (254,227,195). Sum of RGB (Red+Green+Blue) = 254+227+195=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 195 (76.56% from 255 or 28.85% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3C3 is #011C3C. Grayscale: #E7E7E7. Windows color (decimal): -72765 or 12837886. OLE color: 12837886.

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

Color convert

RGB254227195-
CMYK00.110.230.00
HSL32.54º96.72%88.04%-
HSV(B)32.54º23.23%99.61%-
XYZ78.1979.9562.94-
YUV231.42107.45144.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 227 (89.06% from 255) = 33.58%
BLUE value IS 195 (76.56% from 255) = 28.85%
R=37.57%
G=33.58%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422719500.110.230.0032.5496.7288.04
HexFEE3C30B170216158
Octal37634330301327041141130
Binary1111111011100011110000110101110111010000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3C3; }

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

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

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

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

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

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

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

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