Html Css Color HEX #F6DEA6 Buttermilk

📋 copy color: '#F6DEA6'

red 246 ◦ green 222 ◦ blue 166

#F6DEA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttermilk #F6DEA6

Tints of Buttermilk #F6DEA6

RGB

 RED value IS 246 (96.48% from 255) = 38.8%

 GREEN value IS 222 (87.11% from 255) = 35.02%

 BLUE value IS 166 (65.23% from 255) = 26.18%

R = 38.8%
G = 35.02%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F6DEA6 (or 0xF6DEA6) is known color: Buttermilk. HEX triplet: F6, DE and A6. RGB value is (246,222,166). Sum of RGB (Red+Green+Blue) = 246+222+166=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEA6 is #092159. Grayscale: #DFDFDF. Windows color (decimal): -598362 or 10936054. OLE color: 10936054.

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

Color convert

RGB 246 222 166 -
CMYK 0 0.10 0.33 0.04
HSL 42º 0.82% 0.81% -
HSV(B) 42º 0.33% 0.96% -
XYZ 71.01 74.59 46.73 -
YUV 222.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 246 222 166 0 0.10 0.33 0.04 42 0.82 0.81
Hex F6 DE A6 0 A 21 4 2A 52 51
Octal 366 336 246 0 12 41 4 52 122 121
Binary 11110110 11011110 10100110 0 1010 100001 100 101010 1010010 1010001

Color Harmonies of #F6DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DEA6

Black with #F6DEA6

Text Example


Text Example

White with #F6DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DEA6; }

 p { color: rgb(246,222,166); }

 H1.HeaderClassName
 {
   color: #F6DEA6;
 }
 .AnyTagClassName
 {
   color: #F6DEA6;
 }
</style>

background-color css

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

 a { background-color: rgb(246,222,166); }

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

border-color css

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

 span { border-color: rgb(246,222,166); }

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