#FEE5CD

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

Shades of Bisque #FEE5CD

Tints of Bisque #FEE5CD

Color information

#FEE5CD (or 0xFEE5CD) is unknown color: approx Bisque. HEX triplet: FE, E5 and CD. RGB value is (254,229,205). Sum of RGB (Red+Green+Blue) = 254+229+205=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 205 (80.47% from 255 or 29.80% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CD is #011A32. Grayscale: #E9E9E9. Windows color (decimal): -72243 or 13493758. OLE color: 13493758.

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

Color convert

RGB254229205-
CMYK00.100.190.00
HSL29.39º96.08%90%-
HSV(B)29.39º19.29%99.61%-
XYZ79.9181.5269.28-
YUV233.74111.78142.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 29.80%
R=36.92%
G=33.28%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422920500.100.190.0029.3996.0890
HexFEE5CD0A1301d605a
Octal37634531501223035140132
Binary111111101110010111001101010101001101110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5CD; }

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

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

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

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

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

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

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

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