#FBE190

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

Shades of Vis Vis #FBE190

Tints of Vis Vis #FBE190

Color information

#FBE190 (or 0xFBE190) is unknown color: approx Vis Vis. HEX triplet: FB, E1 and 90. RGB value is (251,225,144). Sum of RGB (Red+Green+Blue) = 251+225+144=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE190 is #041E6F. Grayscale: #DFDFDF. Windows color (decimal): -269936 or 9495035. OLE color: 9495035.

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

Color convert

RGB251225144-
CMYK00.100.430.02
HSL45.42º93.04%77.45%-
HSV(B)45.42º42.63%98.43%-
XYZ71.7476.3737.35-
YUV223.5483.11147.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 144 (56.64% from 255) = 23.23%
R=40.48%
G=36.29%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122514400.100.430.0245.4293.0477.45
HexFBE1900A2B22d5d4d
Octal37334122001253255135115
Binary111110111110000110010000010101010111010110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE190; }

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

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

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

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

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

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

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

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