#FBE6A5

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

Shades of Buttermilk #FBE6A5

Tints of Buttermilk #FBE6A5

Color information

#FBE6A5 (or 0xFBE6A5) is unknown color: approx Buttermilk. HEX triplet: FB, E6 and A5. RGB value is (251,230,165). Sum of RGB (Red+Green+Blue) = 251+230+165=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 165 (64.84% from 255 or 25.54% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE6A5 is #04195A. Grayscale: #E5E5E5. Windows color (decimal): -268635 or 10872571. OLE color: 10872571.

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

Color convert

RGB251230165-
CMYK00.080.340.02
HSL45.35º91.49%81.57%-
HSV(B)45.35º34.26%98.43%-
XYZ74.8779.8247.06-
YUV228.8791.96143.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 230 (90.23% from 255) = 35.60%
BLUE value IS 165 (64.84% from 255) = 25.54%
R=38.85%
G=35.60%
B=25.54%

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
Decimal25123016500.080.340.0245.3591.4981.57
HexFBE6A5082222d5b52
Octal37334624501042255133122
Binary111110111110011010100101010001000101010110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6A5; }

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

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

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

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

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

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

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

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