#FBE68C

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

Shades of Vis Vis #FBE68C

Tints of Vis Vis #FBE68C

Color information

#FBE68C (or 0xFBE68C) is unknown color: approx Vis Vis. HEX triplet: FB, E6 and 8C. RGB value is (251,230,140). Sum of RGB (Red+Green+Blue) = 251+230+140=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 140 (55.08% from 255 or 22.54% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE68C is #041973. Grayscale: #E2E2E2. Windows color (decimal): -268660 or 9234171. OLE color: 9234171.

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

Color convert

RGB251230140-
CMYK00.080.440.02
HSL48.65º93.28%76.67%-
HSV(B)48.65º44.22%98.43%-
XYZ72.817936.22-
YUV226.0279.46145.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 230 (90.23% from 255) = 37.04%
BLUE value IS 140 (55.08% from 255) = 22.54%
R=40.42%
G=37.04%
B=22.54%

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
Decimal25123014000.080.440.0248.6593.2876.67
HexFBE68C082C2315d4d
Octal37334621401054261135115
Binary111110111110011010001100010001011001011000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE68C; }

 p { color: rgb(251,230,140); }

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

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

 a { background-color: rgb(251,230,140); }

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

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

 span { border-color: rgb(251,230,140); }

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