#FEE5C5

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

Shades of Bisque #FEE5C5

Tints of Bisque #FEE5C5

Color information

#FEE5C5 (or 0xFEE5C5) is unknown color: approx Bisque. HEX triplet: FE, E5 and C5. RGB value is (254,229,197). Sum of RGB (Red+Green+Blue) = 254+229+197=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 197 (77.34% from 255 or 28.97% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5C5 is #011A3A. Grayscale: #E8E8E8. Windows color (decimal): -72251 or 12969470. OLE color: 12969470.

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

Color convert

RGB254229197-
CMYK00.100.220.00
HSL33.68º96.61%88.43%-
HSV(B)33.68º22.44%99.61%-
XYZ78.9781.1464.32-
YUV232.83107.78143.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 229 (89.84% from 255) = 33.68%
BLUE value IS 197 (77.34% from 255) = 28.97%
R=37.35%
G=33.68%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422919700.100.220.0033.6896.6188.43
HexFEE5C50A160226158
Octal37634530501226042141130
Binary1111111011100101110001010101010110010001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5C5; }

 p { color: rgb(254,229,197); }

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

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

 a { background-color: rgb(254,229,197); }

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

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

 span { border-color: rgb(254,229,197); }

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