#FBE2CB

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

Shades of Bisque #FBE2CB

Tints of Bisque #FBE2CB

Color information

#FBE2CB (or 0xFBE2CB) is unknown color: approx Bisque. HEX triplet: FB, E2 and CB. RGB value is (251,226,203). Sum of RGB (Red+Green+Blue) = 251+226+203=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2CB is #041D34. Grayscale: #E6E6E6. Windows color (decimal): -269621 or 13361915. OLE color: 13361915.

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

Color convert

RGB251226203-
CMYK00.100.190.02
HSL28.75º85.71%89.02%-
HSV(B)28.75º19.12%98.43%-
XYZ77.7679.2167.69-
YUV230.85112.28142.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=36.91%
G=33.24%
B=29.85%

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
Decimal25122620300.100.190.0228.7585.7189.02
HexFBE2CB0A1321d5659
Octal37334231301223235126131
Binary1111101111100010110010110101010011101110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2CB; }

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

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

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

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

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

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

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

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