#F3E4A0

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

Shades of Buttermilk #F3E4A0

Tints of Buttermilk #F3E4A0

Color information

#F3E4A0 (or 0xF3E4A0) is unknown color: approx Buttermilk. HEX triplet: F3, E4 and A0. RGB value is (243,228,160). Sum of RGB (Red+Green+Blue) = 243+228+160=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E4A0 is #0C1B5F. Grayscale: #E1E1E1. Windows color (decimal): -793440 or 10544371. OLE color: 10544371.

HSL color Cylindrical-coordinate representation of color #F3E4A0: hue angle of 49.16º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3E4A0 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB243228160-
CMYK00.060.340.05
HSL49.16º77.57%79.02%-
HSV(B)49.16º34.16%95.29%-
XYZ71.0577.0844.39-
YUV224.7391.47141.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 160 (62.89% from 255) = 25.36%
R=38.51%
G=36.13%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322816000.060.340.0549.1677.5779.02
HexF3E4A006225314e4f
Octal3633442400642561116117
Binary111100111110010010100000011010001010111000110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E4A0; }

 p { color: rgb(243,228,160); }

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

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

 a { background-color: rgb(243,228,160); }

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

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

 span { border-color: rgb(243,228,160); }

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