#FBE0C0

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

Shades of Bisque #FBE0C0

Tints of Bisque #FBE0C0

Color information

#FBE0C0 (or 0xFBE0C0) is unknown color: approx Bisque. HEX triplet: FB, E0 and C0. RGB value is (251,224,192). Sum of RGB (Red+Green+Blue) = 251+224+192=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0C0 is #041F3F. Grayscale: #E4E4E4. Windows color (decimal): -270144 or 12640507. OLE color: 12640507.

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

Color convert

RGB251224192-
CMYK00.110.240.02
HSL32.54º88.06%86.86%-
HSV(B)32.54º23.51%98.43%-
XYZ75.9577.6360.85-
YUV228.42107.45144.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 192 (75.39% from 255) = 28.79%
R=37.63%
G=33.58%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122419200.110.240.0232.5488.0686.86
HexFBE0C00B182215857
Octal37334030001330241130127
Binary11111011111000001100000001011110001010000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0C0; }

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

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

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

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

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

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

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

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