#FBE0C1

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

Shades of Bisque #FBE0C1

Tints of Bisque #FBE0C1

Color information

#FBE0C1 (or 0xFBE0C1) is unknown color: approx Bisque. HEX triplet: FB, E0 and C1. RGB value is (251,224,193). Sum of RGB (Red+Green+Blue) = 251+224+193=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0C1 is #041F3E. Grayscale: #E4E4E4. Windows color (decimal): -270143 or 12706043. OLE color: 12706043.

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

Color convert

RGB251224193-
CMYK00.110.230.02
HSL32.07º87.88%87.06%-
HSV(B)32.07º23.11%98.43%-
XYZ76.0677.6761.43-
YUV228.54107.95144.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 193 (75.78% from 255) = 28.89%
R=37.57%
G=33.53%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122419300.110.230.0232.0787.8887.06
HexFBE0C10B172205857
Octal37334030101327240130127
Binary11111011111000001100000101011101111010000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0C1; }

 p { color: rgb(251,224,193); }

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

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

 a { background-color: rgb(251,224,193); }

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

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

 span { border-color: rgb(251,224,193); }

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