#FBE385

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

Shades of Buff #FBE385

Tints of Buff #FBE385

Color information

#FBE385 (or 0xFBE385) is unknown color: approx Buff. HEX triplet: FB, E3 and 85. RGB value is (251,227,133). Sum of RGB (Red+Green+Blue) = 251+227+133=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE385 is #041C7A. Grayscale: #DFDFDF. Windows color (decimal): -269435 or 8774651. OLE color: 8774651.

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

Color convert

RGB251227133-
CMYK00.100.470.02
HSL47.8º93.65%75.29%-
HSV(B)47.8º47.01%98.43%-
XYZ71.4977.1433.31-
YUV223.4676.95147.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 227 (89.06% from 255) = 37.15%
BLUE value IS 133 (52.34% from 255) = 21.77%
R=41.08%
G=37.15%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122713300.100.470.0247.893.6575.29
HexFBE3850A2F2305e4b
Octal37334320501257260136113
Binary111110111110001110000101010101011111011000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE385; }

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

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

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

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

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

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

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

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