#FEE5CB

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

Shades of Bisque #FEE5CB

Tints of Bisque #FEE5CB

Color information

#FEE5CB (or 0xFEE5CB) is unknown color: approx Bisque. HEX triplet: FE, E5 and CB. RGB value is (254,229,203). Sum of RGB (Red+Green+Blue) = 254+229+203=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CB is #011A34. Grayscale: #E9E9E9. Windows color (decimal): -72245 or 13362686. OLE color: 13362686.

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

Color convert

RGB254229203-
CMYK00.100.200.00
HSL30.59º96.23%89.61%-
HSV(B)30.59º20.08%99.61%-
XYZ79.6781.4268.02-
YUV233.51110.78142.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=37.03%
G=33.38%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422920300.100.200.0030.5996.2389.61
HexFEE5CB0A1401f605a
Octal37634531301224037140132
Binary111111101110010111001011010101010001111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5CB; }

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

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

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

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

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

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

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

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