#FBE387

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

Shades of Buff #FBE387

Tints of Buff #FBE387

Color information

#FBE387 (or 0xFBE387) is unknown color: approx Buff. HEX triplet: FB, E3 and 87. RGB value is (251,227,135). Sum of RGB (Red+Green+Blue) = 251+227+135=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 135 (53.12% from 255 or 22.02% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE387 is #041C78. Grayscale: #E0E0E0. Windows color (decimal): -269433 or 8905723. OLE color: 8905723.

HSL color Cylindrical-coordinate representation of color #FBE387: hue angle of 47.59º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBE387 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251227135-
CMYK00.100.460.02
HSL47.59º93.55%75.69%-
HSV(B)47.59º46.22%98.43%-
XYZ71.6377.234.05-
YUV223.6977.95147.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 135 (53.12% from 255) = 22.02%
R=40.95%
G=37.03%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122713500.100.460.0247.5993.5575.69
HexFBE3870A2E2305e4c
Octal37334320701256260136114
Binary111110111110001110000111010101011101011000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE387; }

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

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

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

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

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

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

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

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