Html Css Color HEX #FBE486 Buff

📋 copy color: '#FBE486'

red 251 ◦ green 228 ◦ blue 134

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

Shades of Buff #FBE486

Tints of Buff #FBE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.19%

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

R = 40.95%
G = 37.19%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBE486 (or 0xFBE486) is known color: Buff. HEX triplet: FB, E4 and 86. RGB value is (251,228,134). Sum of RGB (Red+Green+Blue) = 251+228+134=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE486 is #041B79. Grayscale: #E0E0E0. Windows color (decimal): -269178 or 8840443. OLE color: 8840443.

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

Color convert

RGB 251 228 134 -
CMYK 0 0.09 0.47 0.02
HSL 48.21º 0.94% 0.75% -
HSV(B) 48.21º 0.47% 0.98% -
XYZ 71.83 77.72 33.77 -
YUV 224.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 251 228 134 0 0.09 0.47 0.02 48.21 0.94 0.75
Hex FB E4 86 0 9 2F 2 30 5E 4B
Octal 373 344 206 0 11 57 2 60 136 113
Binary 11111011 11100100 10000110 0 1001 101111 10 110000 1011110 1001011

Color Harmonies of #FBE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE486

Black with #FBE486

Text Example


Text Example

White with #FBE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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