#FBE4A1

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

Shades of Buttermilk #FBE4A1

Tints of Buttermilk #FBE4A1

Color information

#FBE4A1 (or 0xFBE4A1) is unknown color: approx Buttermilk. HEX triplet: FB, E4 and A1. RGB value is (251,228,161). Sum of RGB (Red+Green+Blue) = 251+228+161=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4A1 is #041B5E. Grayscale: #E3E3E3. Windows color (decimal): -269151 or 10609915. OLE color: 10609915.

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

Color convert

RGB251228161-
CMYK00.090.360.02
HSL44.67º91.84%80.78%-
HSV(B)44.67º35.86%98.43%-
XYZ73.9678.5744.99-
YUV227.2490.62144.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 161 (63.28% from 255) = 25.16%
R=39.22%
G=35.62%
B=25.16%

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
Decimal25122816100.090.360.0244.6791.8480.78
HexFBE4A1092422d5c51
Octal37334424101144255134121
Binary111110111110010010100001010011001001010110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4A1; }

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

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

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

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

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

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

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

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