#F6DFA4

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

Shades of Buttermilk #F6DFA4

Tints of Buttermilk #F6DFA4

Color information

#F6DFA4 (or 0xF6DFA4) is unknown color: approx Buttermilk. HEX triplet: F6, DF and A4. RGB value is (246,223,164). Sum of RGB (Red+Green+Blue) = 246+223+164=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DFA4 is #09205B. Grayscale: #DFDFDF. Windows color (decimal): -598108 or 10805238. OLE color: 10805238.

HSL color Cylindrical-coordinate representation of color #F6DFA4: hue angle of 43.17º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6DFA4 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB246223164-
CMYK00.090.330.04
HSL43.17º82%80.39%-
HSV(B)43.17º33.33%96.47%-
XYZ71.0975.0545.86-
YUV223.1594.62144.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 164 (64.45% from 255) = 25.91%
R=38.86%
G=35.23%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622316400.090.330.0443.178280.39
HexF6DFA4092142b5250
Octal36633724401141453122120
Binary1111011011011111101001000100110000110010101110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFA4; }

 p { color: rgb(246,223,164); }

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

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

 a { background-color: rgb(246,223,164); }

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

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

 span { border-color: rgb(246,223,164); }

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