#FBE2C3

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

Shades of Bisque #FBE2C3

Tints of Bisque #FBE2C3

Color information

#FBE2C3 (or 0xFBE2C3) is unknown color: approx Bisque. HEX triplet: FB, E2 and C3. RGB value is (251,226,195). Sum of RGB (Red+Green+Blue) = 251+226+195=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 195 (76.56% from 255 or 29.02% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C3 is #041D3C. Grayscale: #E6E6E6. Windows color (decimal): -269629 or 12837627. OLE color: 12837627.

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

Color convert

RGB251226195-
CMYK00.100.220.02
HSL33.21º87.5%87.45%-
HSV(B)33.21º22.31%98.43%-
XYZ76.8378.8462.8-
YUV229.94108.28143.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 195 (76.56% from 255) = 29.02%
R=37.35%
G=33.63%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122619500.100.220.0233.2187.587.45
HexFBE2C30A162215857
Octal37334230301226241130127
Binary11111011111000101100001101010101101010000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2C3; }

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

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

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

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

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

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

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

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