#FBE1CB

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

Shades of Bisque #FBE1CB

Tints of Bisque #FBE1CB

Color information

#FBE1CB (or 0xFBE1CB) is unknown color: approx Bisque. HEX triplet: FB, E1 and CB. RGB value is (251,225,203). Sum of RGB (Red+Green+Blue) = 251+225+203=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1CB is #041E34. Grayscale: #E6E6E6. Windows color (decimal): -269877 or 13361659. OLE color: 13361659.

HSL color Cylindrical-coordinate representation of color #FBE1CB: hue angle of 27.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBE1CB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251225203-
CMYK00.100.190.02
HSL27.5º85.71%89.02%-
HSV(B)27.5º19.12%98.43%-
XYZ77.4978.6767.6-
YUV230.27112.61142.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 225 (88.28% from 255) = 33.14%
BLUE value IS 203 (79.69% from 255) = 29.90%
R=36.97%
G=33.14%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122520300.100.190.0227.585.7189.02
HexFBE1CB0A1321c5659
Octal37334131301223234126131
Binary1111101111100001110010110101010011101110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1CB; }

 p { color: rgb(251,225,203); }

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

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

 a { background-color: rgb(251,225,203); }

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

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

 span { border-color: rgb(251,225,203); }

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