#FBE2C5

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

Shades of Bisque #FBE2C5

Tints of Bisque #FBE2C5

Color information

#FBE2C5 (or 0xFBE2C5) is unknown color: approx Bisque. HEX triplet: FB, E2 and C5. RGB value is (251,226,197). Sum of RGB (Red+Green+Blue) = 251+226+197=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 197 (77.34% from 255 or 29.23% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C5 is #041D3A. Grayscale: #E6E6E6. Windows color (decimal): -269627 or 12968699. OLE color: 12968699.

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

Color convert

RGB251226197-
CMYK00.100.220.02
HSL32.22º87.1%87.84%-
HSV(B)32.22º21.51%98.43%-
XYZ77.0678.9364-
YUV230.17109.28142.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 226 (88.67% from 255) = 33.53%
BLUE value IS 197 (77.34% from 255) = 29.23%
R=37.24%
G=33.53%
B=29.23%

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
Decimal25122619700.100.220.0232.2287.187.84
HexFBE2C50A162205758
Octal37334230501226240127130
Binary11111011111000101100010101010101101010000010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2C5; }

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

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

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

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

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

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

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

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