#FBE48A

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

Shades of Vis Vis #FBE48A

Tints of Vis Vis #FBE48A

Color information

#FBE48A (or 0xFBE48A) is unknown color: approx Vis Vis. HEX triplet: FB, E4 and 8A. RGB value is (251,228,138). Sum of RGB (Red+Green+Blue) = 251+228+138=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE48A is #041B75. Grayscale: #E1E1E1. Windows color (decimal): -269174 or 9102587. OLE color: 9102587.

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

Color convert

RGB251228138-
CMYK00.090.450.02
HSL47.79º93.39%76.27%-
HSV(B)47.79º45.02%98.43%-
XYZ72.1177.8335.27-
YUV224.6279.12146.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 138 (54.30% from 255) = 22.37%
R=40.68%
G=36.95%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122813800.090.450.0247.7993.3976.27
HexFBE48A092D2305d4c
Octal37334421201155260135114
Binary111110111110010010001010010011011011011000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE48A; }

 p { color: rgb(251,228,138); }

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

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

 a { background-color: rgb(251,228,138); }

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

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

 span { border-color: rgb(251,228,138); }

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