#F6DBA5

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

Shades of Buttermilk #F6DBA5

Tints of Buttermilk #F6DBA5

Color information

#F6DBA5 (or 0xF6DBA5) is unknown color: approx Buttermilk. HEX triplet: F6, DB and A5. RGB value is (246,219,165). Sum of RGB (Red+Green+Blue) = 246+219+165=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DBA5 is #09245A. Grayscale: #DDDDDD. Windows color (decimal): -599131 or 10869750. OLE color: 10869750.

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

Color convert

RGB246219165-
CMYK00.110.330.04
HSL40º81.82%80.59%-
HSV(B)40º32.93%96.47%-
XYZ70.1372.9745.99-
YUV220.9296.45145.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.05%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 165 (64.84% from 255) = 26.19%
R=39.05%
G=34.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621916500.110.330.044081.8280.59
HexF6DBA50B214285251
Octal36633324501341450122121
Binary1111011011011011101001010101110000110010100010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DBA5; }

 p { color: rgb(246,219,165); }

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

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

 a { background-color: rgb(246,219,165); }

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

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

 span { border-color: rgb(246,219,165); }

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