#FBE4A2

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

Shades of Buttermilk #FBE4A2

Tints of Buttermilk #FBE4A2

Color information

#FBE4A2 (or 0xFBE4A2) is unknown color: approx Buttermilk. HEX triplet: FB, E4 and A2. RGB value is (251,228,162). Sum of RGB (Red+Green+Blue) = 251+228+162=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4A2 is #041B5D. Grayscale: #E3E3E3. Windows color (decimal): -269150 or 10675451. OLE color: 10675451.

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

Color convert

RGB251228162-
CMYK00.090.350.02
HSL44.49º91.75%80.98%-
HSV(B)44.49º35.46%98.43%-
XYZ74.0578.645.45-
YUV227.3591.12144.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 162 (63.67% from 255) = 25.27%
R=39.16%
G=35.57%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122816200.090.350.0244.4991.7580.98
HexFBE4A2092322c5c51
Octal37334424201143254134121
Binary111110111110010010100010010011000111010110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4A2; }

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

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

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

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

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

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

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

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