#FBE285

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

Shades of Buff #FBE285

Tints of Buff #FBE285

Color information

#FBE285 (or 0xFBE285) is unknown color: approx Buff. HEX triplet: FB, E2 and 85. RGB value is (251,226,133). Sum of RGB (Red+Green+Blue) = 251+226+133=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE285 is #041D7A. Grayscale: #DFDFDF. Windows color (decimal): -269691 or 8774395. OLE color: 8774395.

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

Color convert

RGB251226133-
CMYK00.100.470.02
HSL47.29º93.65%75.29%-
HSV(B)47.29º47.01%98.43%-
XYZ71.2176.633.22-
YUV222.8777.28148.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 133 (52.34% from 255) = 21.80%
R=41.15%
G=37.05%
B=21.80%

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
Decimal25122613300.100.470.0247.2993.6575.29
HexFBE2850A2F22f5e4b
Octal37334220501257257136113
Binary111110111110001010000101010101011111010111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE285; }

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

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

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

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

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

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

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

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