#FBE292

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

Shades of Vis Vis #FBE292

Tints of Vis Vis #FBE292

Color information

#FBE292 (or 0xFBE292) is unknown color: approx Vis Vis. HEX triplet: FB, E2 and 92. RGB value is (251,226,146). Sum of RGB (Red+Green+Blue) = 251+226+146=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 146 (57.42% from 255 or 23.43% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE292 is #041D6D. Grayscale: #E0E0E0. Windows color (decimal): -269678 or 9626363. OLE color: 9626363.

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

Color convert

RGB251226146-
CMYK00.100.420.02
HSL45.71º92.92%77.84%-
HSV(B)45.71º41.83%98.43%-
XYZ72.1776.9838.25-
YUV224.3683.78147-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 226 (88.67% from 255) = 36.28%
BLUE value IS 146 (57.42% from 255) = 23.43%
R=40.29%
G=36.28%
B=23.43%

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
Decimal25122614600.100.420.0245.7192.9277.84
HexFBE2920A2A22e5d4e
Octal37334222201252256135116
Binary111110111110001010010010010101010101010111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE292; }

 p { color: rgb(251,226,146); }

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

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

 a { background-color: rgb(251,226,146); }

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

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

 span { border-color: rgb(251,226,146); }

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