#FBE18C

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

Shades of Vis Vis #FBE18C

Tints of Vis Vis #FBE18C

Color information

#FBE18C (or 0xFBE18C) is unknown color: approx Vis Vis. HEX triplet: FB, E1 and 8C. RGB value is (251,225,140). Sum of RGB (Red+Green+Blue) = 251+225+140=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE18C is #041E73. Grayscale: #DFDFDF. Windows color (decimal): -269940 or 9232891. OLE color: 9232891.

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

Color convert

RGB251225140-
CMYK00.100.440.02
HSL45.95º93.28%76.67%-
HSV(B)45.95º44.22%98.43%-
XYZ71.4476.2535.76-
YUV223.0881.11147.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 140 (55.08% from 255) = 22.73%
R=40.75%
G=36.53%
B=22.73%

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
Decimal25122514000.100.440.0245.9593.2876.67
HexFBE18C0A2C22e5d4d
Octal37334121401254256135115
Binary111110111110000110001100010101011001010111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE18C; }

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

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

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

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

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

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

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

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