Html Css Color HEX #F6DEA4 Buttermilk

📋 copy color: '#F6DEA4'

red 246 ◦ green 222 ◦ blue 164

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

Shades of Buttermilk #F6DEA4

Tints of Buttermilk #F6DEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.95%

R = 38.92%
G = 35.13%
B = 25.95%

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

#F6DEA4 (or 0xF6DEA4) is known color: Buttermilk. HEX triplet: F6, DE and A4. RGB value is (246,222,164). Sum of RGB (Red+Green+Blue) = 246+222+164=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEA4 is #09215B. Grayscale: #DEDEDE. Windows color (decimal): -598364 or 10804982. OLE color: 10804982.

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

Color convert

RGB 246 222 164 -
CMYK 0 0.10 0.33 0.04
HSL 42.44º 0.82% 0.8% -
HSV(B) 42.44º 0.33% 0.96% -
XYZ 70.83 74.52 45.77 -
YUV 222.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 246 222 164 0 0.10 0.33 0.04 42.44 0.82 0.8
Hex F6 DE A4 0 A 21 4 2A 52 50
Octal 366 336 244 0 12 41 4 52 122 120
Binary 11110110 11011110 10100100 0 1010 100001 100 101010 1010010 1010000

Color Harmonies of #F6DEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DEA4

Black with #F6DEA4

Text Example


Text Example

White with #F6DEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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