#FBE4A7

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

Shades of Buttermilk #FBE4A7

Tints of Buttermilk #FBE4A7

Color information

#FBE4A7 (or 0xFBE4A7) is unknown color: approx Buttermilk. HEX triplet: FB, E4 and A7. RGB value is (251,228,167). Sum of RGB (Red+Green+Blue) = 251+228+167=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 167 (65.62% from 255 or 25.85% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4A7 is #041B58. Grayscale: #E4E4E4. Windows color (decimal): -269145 or 11003131. OLE color: 11003131.

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

Color convert

RGB251228167-
CMYK00.090.330.02
HSL43.57º91.3%81.96%-
HSV(B)43.57º33.47%98.43%-
XYZ74.578.7947.84-
YUV227.9293.62144.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 228 (89.45% from 255) = 35.29%
BLUE value IS 167 (65.62% from 255) = 25.85%
R=38.85%
G=35.29%
B=25.85%

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
Decimal25122816700.090.330.0243.5791.381.96
HexFBE4A7092122c5b52
Octal37334424701141254133122
Binary111110111110010010100111010011000011010110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4A7; }

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

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

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

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

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

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

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

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