#FBE88D

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

Shades of Vis Vis #FBE88D

Tints of Vis Vis #FBE88D

Color information

#FBE88D (or 0xFBE88D) is unknown color: approx Vis Vis. HEX triplet: FB, E8 and 8D. RGB value is (251,232,141). Sum of RGB (Red+Green+Blue) = 251+232+141=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE88D is #041772. Grayscale: #E3E3E3. Windows color (decimal): -268147 or 9300219. OLE color: 9300219.

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

Color convert

RGB251232141-
CMYK00.080.440.02
HSL49.64º93.22%76.86%-
HSV(B)49.64º43.82%98.43%-
XYZ73.4580.1536.8-
YUV227.3179.29144.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 141 (55.47% from 255) = 22.60%
R=40.22%
G=37.18%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123214100.080.440.0249.6493.2276.86
HexFBE88D082C2325d4d
Octal37335021501054262135115
Binary111110111110100010001101010001011001011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE88D; }

 p { color: rgb(251,232,141); }

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

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

 a { background-color: rgb(251,232,141); }

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

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

 span { border-color: rgb(251,232,141); }

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