#FBE5A1

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

Shades of Buttermilk #FBE5A1

Tints of Buttermilk #FBE5A1

Color information

#FBE5A1 (or 0xFBE5A1) is unknown color: approx Buttermilk. HEX triplet: FB, E5 and A1. RGB value is (251,229,161). Sum of RGB (Red+Green+Blue) = 251+229+161=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5A1 is #041A5E. Grayscale: #E4E4E4. Windows color (decimal): -268895 or 10610171. OLE color: 10610171.

HSL color Cylindrical-coordinate representation of color #FBE5A1: hue angle of 45.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBE5A1 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251229161-
CMYK00.090.360.02
HSL45.33º91.84%80.78%-
HSV(B)45.33º35.86%98.43%-
XYZ74.2479.1245.08-
YUV227.8390.29144.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 161 (63.28% from 255) = 25.12%
R=39.16%
G=35.73%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122916100.090.360.0245.3391.8480.78
HexFBE5A1092422d5c51
Octal37334524101144255134121
Binary111110111110010110100001010011001001010110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5A1; }

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

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

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

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

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

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

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

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