#FBE284

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

Shades of Buff #FBE284

Tints of Buff #FBE284

Color information

#FBE284 (or 0xFBE284) is unknown color: approx Buff. HEX triplet: FB, E2 and 84. RGB value is (251,226,132). Sum of RGB (Red+Green+Blue) = 251+226+132=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE284 is #041D7B. Grayscale: #DFDFDF. Windows color (decimal): -269692 or 8708859. OLE color: 8708859.

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

Color convert

RGB251226132-
CMYK00.100.470.02
HSL47.39º93.7%75.1%-
HSV(B)47.39º47.41%98.43%-
XYZ71.1476.5732.86-
YUV222.7676.78148.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 226 (88.67% from 255) = 37.11%
BLUE value IS 132 (51.95% from 255) = 21.67%
R=41.22%
G=37.11%
B=21.67%

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
Decimal25122613200.100.470.0247.3993.775.1
HexFBE2840A2F22f5e4b
Octal37334220401257257136113
Binary111110111110001010000100010101011111010111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE284; }

 p { color: rgb(251,226,132); }

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

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

 a { background-color: rgb(251,226,132); }

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

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

 span { border-color: rgb(251,226,132); }

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