Html Css Color HEX #FBE185 Buff

📋 copy color: '#FBE185'

red 251 ◦ green 225 ◦ blue 133

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

Shades of Buff #FBE185

Tints of Buff #FBE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.95%

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

R = 41.22%
G = 36.95%
B = 21.84%

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

#FBE185 (or 0xFBE185) is known color: Buff. HEX triplet: FB, E1 and 85. RGB value is (251,225,133). Sum of RGB (Red+Green+Blue) = 251+225+133=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE185 is #041E7A. Grayscale: #DEDEDE. Windows color (decimal): -269947 or 8774139. OLE color: 8774139.

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

Color convert

RGB 251 225 133 -
CMYK 0 0.10 0.47 0.02
HSL 46.78º 0.94% 0.75% -
HSV(B) 46.78º 0.47% 0.98% -
XYZ 70.94 76.05 33.13 -
YUV 222.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 251 225 133 0 0.10 0.47 0.02 46.78 0.94 0.75
Hex FB E1 85 0 A 2F 2 2F 5E 4B
Octal 373 341 205 0 12 57 2 57 136 113
Binary 11111011 11100001 10000101 0 1010 101111 10 101111 1011110 1001011

Color Harmonies of #FBE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE185

Black with #FBE185

Text Example


Text Example

White with #FBE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE185; }

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

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

background-color css

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

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

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

border-color css

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

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

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