#FBE48E

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

Shades of Vis Vis #FBE48E

Tints of Vis Vis #FBE48E

Color information

#FBE48E (or 0xFBE48E) is unknown color: approx Vis Vis. HEX triplet: FB, E4 and 8E. RGB value is (251,228,142). Sum of RGB (Red+Green+Blue) = 251+228+142=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE48E is #041B71. Grayscale: #E1E1E1. Windows color (decimal): -269170 or 9364731. OLE color: 9364731.

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

Color convert

RGB251228142-
CMYK00.090.430.02
HSL47.34º93.16%77.06%-
HSV(B)47.34º43.43%98.43%-
XYZ72.4177.9536.82-
YUV225.0781.12146.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 142 (55.86% from 255) = 22.87%
R=40.42%
G=36.71%
B=22.87%

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
Decimal25122814200.090.430.0247.3493.1677.06
HexFBE48E092B22f5d4d
Octal37334421601153257135115
Binary111110111110010010001110010011010111010111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE48E; }

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

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

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

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

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

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

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

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