#FBE3A5

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

Shades of Buttermilk #FBE3A5

Tints of Buttermilk #FBE3A5

Color information

#FBE3A5 (or 0xFBE3A5) is unknown color: approx Buttermilk. HEX triplet: FB, E3 and A5. RGB value is (251,227,165). Sum of RGB (Red+Green+Blue) = 251+227+165=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE3A5 is #041C5A. Grayscale: #E3E3E3. Windows color (decimal): -269403 or 10871803. OLE color: 10871803.

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

Color convert

RGB251227165-
CMYK00.100.340.02
HSL43.26º91.49%81.57%-
HSV(B)43.26º34.26%98.43%-
XYZ74.0478.1646.78-
YUV227.1192.95145.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 165 (64.84% from 255) = 25.66%
R=39.04%
G=35.30%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122716500.100.340.0243.2691.4981.57
HexFBE3A50A2222b5b52
Octal37334324501242253133122
Binary111110111110001110100101010101000101010101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3A5; }

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

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

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

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

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

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

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

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