#FBE490

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

Shades of Vis Vis #FBE490

Tints of Vis Vis #FBE490

Color information

#FBE490 (or 0xFBE490) is unknown color: approx Vis Vis. HEX triplet: FB, E4 and 90. RGB value is (251,228,144). Sum of RGB (Red+Green+Blue) = 251+228+144=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 144 (56.64% from 255 or 23.11% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE490 is #041B6F. Grayscale: #E1E1E1. Windows color (decimal): -269168 or 9495803. OLE color: 9495803.

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

Color convert

RGB251228144-
CMYK00.090.430.02
HSL47.1º93.04%77.45%-
HSV(B)47.1º42.63%98.43%-
XYZ72.5678.0137.62-
YUV225.382.12146.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 144 (56.64% from 255) = 23.11%
R=40.29%
G=36.60%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122814400.090.430.0247.193.0477.45
HexFBE490092B22f5d4d
Octal37334422001153257135115
Binary111110111110010010010000010011010111010111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE490; }

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

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

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

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

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

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

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

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