#FBE191

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

Shades of Vis Vis #FBE191

Tints of Vis Vis #FBE191

Color information

#FBE191 (or 0xFBE191) is unknown color: approx Vis Vis. HEX triplet: FB, E1 and 91. RGB value is (251,225,145). Sum of RGB (Red+Green+Blue) = 251+225+145=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE191 is #041E6E. Grayscale: #E0E0E0. Windows color (decimal): -269935 or 9560571. OLE color: 9560571.

HSL color Cylindrical-coordinate representation of color #FBE191: hue angle of 45.28º 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 #FBE191 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB251225145-
CMYK00.100.420.02
HSL45.28º92.98%77.65%-
HSV(B)45.28º42.23%98.43%-
XYZ71.8276.437.75-
YUV223.6583.61147.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 145 (57.03% from 255) = 23.35%
R=40.42%
G=36.23%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122514500.100.420.0245.2892.9877.65
HexFBE1910A2A22d5d4e
Octal37334122101252255135116
Binary111110111110000110010001010101010101010110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE191; }

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

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

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

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

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

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

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

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