#FBE38D

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

Shades of Vis Vis #FBE38D

Tints of Vis Vis #FBE38D

Color information

#FBE38D (or 0xFBE38D) is unknown color: approx Vis Vis. HEX triplet: FB, E3 and 8D. RGB value is (251,227,141). Sum of RGB (Red+Green+Blue) = 251+227+141=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE38D is #041C72. Grayscale: #E0E0E0. Windows color (decimal): -269427 or 9298939. OLE color: 9298939.

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

Color convert

RGB251227141-
CMYK00.100.440.02
HSL46.91º93.22%76.86%-
HSV(B)46.91º43.82%98.43%-
XYZ72.0677.3736.34-
YUV224.3780.95146.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 141 (55.47% from 255) = 22.78%
R=40.55%
G=36.67%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122714100.100.440.0246.9193.2276.86
HexFBE38D0A2C22f5d4d
Octal37334321501254257135115
Binary111110111110001110001101010101011001010111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE38D; }

 p { color: rgb(251,227,141); }

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

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

 a { background-color: rgb(251,227,141); }

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

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

 span { border-color: rgb(251,227,141); }

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