#FEE4CD

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

Shades of Bisque #FEE4CD

Tints of Bisque #FEE4CD

Color information

#FEE4CD (or 0xFEE4CD) is unknown color: approx Bisque. HEX triplet: FE, E4 and CD. RGB value is (254,228,205). Sum of RGB (Red+Green+Blue) = 254+228+205=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CD is #011B32. Grayscale: #E9E9E9. Windows color (decimal): -72499 or 13493502. OLE color: 13493502.

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

Color convert

RGB254228205-
CMYK00.100.190.00
HSL28.16º96.08%90%-
HSV(B)28.16º19.29%99.61%-
XYZ79.6480.9769.19-
YUV233.15112.11142.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 228 (89.45% from 255) = 33.19%
BLUE value IS 205 (80.47% from 255) = 29.84%
R=36.97%
G=33.19%
B=29.84%

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
Decimal25422820500.100.190.0028.1696.0890
HexFEE4CD0A1301c605a
Octal37634431501223034140132
Binary111111101110010011001101010101001101110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4CD; }

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

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

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

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

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

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

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

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