#FBE6A6

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

Shades of Buttermilk #FBE6A6

Tints of Buttermilk #FBE6A6

Color information

#FBE6A6 (or 0xFBE6A6) is unknown color: approx Buttermilk. HEX triplet: FB, E6 and A6. RGB value is (251,230,166). Sum of RGB (Red+Green+Blue) = 251+230+166=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 166 (65.23% from 255 or 25.66% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE6A6 is #041959. Grayscale: #E5E5E5. Windows color (decimal): -268634 or 10938107. OLE color: 10938107.

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

Color convert

RGB251230166-
CMYK00.080.340.02
HSL45.18º91.4%81.76%-
HSV(B)45.18º33.86%98.43%-
XYZ74.9679.8647.54-
YUV228.9892.46143.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 166 (65.23% from 255) = 25.66%
R=38.79%
G=35.55%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123016600.080.340.0245.1891.481.76
HexFBE6A6082222d5b52
Octal37334624601042255133122
Binary111110111110011010100110010001000101010110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6A6; }

 p { color: rgb(251,230,166); }

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

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

 a { background-color: rgb(251,230,166); }

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

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

 span { border-color: rgb(251,230,166); }

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