#F6DFA9

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

Shades of Buttermilk #F6DFA9

Tints of Buttermilk #F6DFA9

Color information

#F6DFA9 (or 0xF6DFA9) is unknown color: approx Buttermilk. HEX triplet: F6, DF and A9. RGB value is (246,223,169). Sum of RGB (Red+Green+Blue) = 246+223+169=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DFA9 is #092056. Grayscale: #DFDFDF. Windows color (decimal): -598103 or 11132918. OLE color: 11132918.

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

Color convert

RGB246223169-
CMYK00.090.310.04
HSL42.08º81.05%81.37%-
HSV(B)42.08º31.3%96.47%-
XYZ71.5675.2348.29-
YUV223.7297.12143.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 169 (66.41% from 255) = 26.49%
R=38.56%
G=34.95%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622316900.090.310.0442.0881.0581.37
HexF6DFA9091F42a5151
Octal36633725101137452121121
Binary111101101101111110101001010011111110010101010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFA9; }

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

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

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

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

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

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

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

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