#FBE091

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

Shades of Vis Vis #FBE091

Tints of Vis Vis #FBE091

Color information

#FBE091 (or 0xFBE091) is unknown color: approx Vis Vis. HEX triplet: FB, E0 and 91. RGB value is (251,224,145). Sum of RGB (Red+Green+Blue) = 251+224+145=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 145 (57.03% from 255 or 23.39% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE091 is #041F6E. Grayscale: #DFDFDF. Windows color (decimal): -270191 or 9560315. OLE color: 9560315.

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

Color convert

RGB251224145-
CMYK00.110.420.02
HSL44.72º92.98%77.65%-
HSV(B)44.72º42.23%98.43%-
XYZ71.5575.8637.66-
YUV223.0783.95147.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 145 (57.03% from 255) = 23.39%
R=40.48%
G=36.13%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122414500.110.420.0244.7292.9877.65
HexFBE0910B2A22d5d4e
Octal37334022101352255135116
Binary111110111110000010010001010111010101010110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE091; }

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

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

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

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

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

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

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

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