#FBE5A7

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

Shades of Buttermilk #FBE5A7

Tints of Buttermilk #FBE5A7

Color information

#FBE5A7 (or 0xFBE5A7) is unknown color: approx Buttermilk. HEX triplet: FB, E5 and A7. RGB value is (251,229,167). Sum of RGB (Red+Green+Blue) = 251+229+167=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 167 (65.62% from 255 or 25.81% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5A7 is #041A58. Grayscale: #E4E4E4. Windows color (decimal): -268889 or 11003387. OLE color: 11003387.

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

Color convert

RGB251229167-
CMYK00.090.330.02
HSL44.29º91.3%81.96%-
HSV(B)44.29º33.47%98.43%-
XYZ74.7879.3447.93-
YUV228.5193.29144.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 229 (89.84% from 255) = 35.39%
BLUE value IS 167 (65.62% from 255) = 25.81%
R=38.79%
G=35.39%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122916700.090.330.0244.2991.381.96
HexFBE5A7092122c5b52
Octal37334524701141254133122
Binary111110111110010110100111010011000011010110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5A7; }

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

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

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

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

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

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

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

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