Html Css Color HEX #FBE585 Buff

📋 copy color: '#FBE585'

red 251 ◦ green 229 ◦ blue 133

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

Shades of Buff #FBE585

Tints of Buff #FBE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.36%

 BLUE value IS 133 (52.34% from 255) = 21.7%

R = 40.95%
G = 37.36%
B = 21.7%

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

#FBE585 (or 0xFBE585) is known color: Buff. HEX triplet: FB, E5 and 85. RGB value is (251,229,133). Sum of RGB (Red+Green+Blue) = 251+229+133=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE585 is #041A7A. Grayscale: #E1E1E1. Windows color (decimal): -268923 or 8775163. OLE color: 8775163.

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

Color convert

RGB 251 229 133 -
CMYK 0 0.09 0.47 0.02
HSL 48.81º 0.94% 0.75% -
HSV(B) 48.81º 0.47% 0.98% -
XYZ 72.04 78.24 33.5 -
YUV 224.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 251 229 133 0 0.09 0.47 0.02 48.81 0.94 0.75
Hex FB E5 85 0 9 2F 2 31 5E 4B
Octal 373 345 205 0 11 57 2 61 136 113
Binary 11111011 11100101 10000101 0 1001 101111 10 110001 1011110 1001011

Color Harmonies of #FBE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE585

Black with #FBE585

Text Example


Text Example

White with #FBE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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