#FEE4CB

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

Shades of Bisque #FEE4CB

Tints of Bisque #FEE4CB

Color information

#FEE4CB (or 0xFEE4CB) is unknown color: approx Bisque. HEX triplet: FE, E4 and CB. RGB value is (254,228,203). Sum of RGB (Red+Green+Blue) = 254+228+203=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CB is #011B34. Grayscale: #E9E9E9. Windows color (decimal): -72501 or 13362430. OLE color: 13362430.

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

Color convert

RGB254228203-
CMYK00.100.200.00
HSL29.41º96.23%89.61%-
HSV(B)29.41º20.08%99.61%-
XYZ79.480.8767.92-
YUV232.92111.11143.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 29.64%
R=37.08%
G=33.28%
B=29.64%

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
Decimal25422820300.100.200.0029.4196.2389.61
HexFEE4CB0A1401d605a
Octal37634431301224035140132
Binary111111101110010011001011010101010001110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4CB; }

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

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

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

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

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

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

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

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