Html Css Color HEX #FBE386 Buff

📋 copy color: '#FBE386'

red 251 ◦ green 227 ◦ blue 134

#FBE386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buff #FBE386

Tints of Buff #FBE386

RGB

 RED value IS 251 (98.44% from 255) = 41.01%

 GREEN value IS 227 (89.06% from 255) = 37.09%

 BLUE value IS 134 (52.73% from 255) = 21.9%

R = 41.01%
G = 37.09%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBE386 (or 0xFBE386) is known color: Buff. HEX triplet: FB, E3 and 86. RGB value is (251,227,134). Sum of RGB (Red+Green+Blue) = 251+227+134=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE386 is #041C79. Grayscale: #DFDFDF. Windows color (decimal): -269434 or 8840187. OLE color: 8840187.

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

Color convert

RGB 251 227 134 -
CMYK 0 0.10 0.47 0.02
HSL 47.69º 0.94% 0.75% -
HSV(B) 47.69º 0.47% 0.98% -
XYZ 71.56 77.17 33.68 -
YUV 223.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 251 227 134 0 0.10 0.47 0.02 47.69 0.94 0.75
Hex FB E3 86 0 A 2F 2 30 5E 4B
Octal 373 343 206 0 12 57 2 60 136 113
Binary 11111011 11100011 10000110 0 1010 101111 10 110000 1011110 1001011

Color Harmonies of #FBE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE386

Black with #FBE386

Text Example


Text Example

White with #FBE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE386; }

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

 H1.HeaderClassName
 {
   color: #FBE386;
 }
 .AnyTagClassName
 {
   color: #FBE386;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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