Html Css Color HEX #F6DCA2 Buttermilk

📋 copy color: '#F6DCA2'

red 246 ◦ green 220 ◦ blue 162

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

Shades of Buttermilk #F6DCA2

Tints of Buttermilk #F6DCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

 BLUE value IS 162 (63.67% from 255) = 25.8%

R = 39.17%
G = 35.03%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F6DCA2 (or 0xF6DCA2) is known color: Buttermilk. HEX triplet: F6, DC and A2. RGB value is (246,220,162). Sum of RGB (Red+Green+Blue) = 246+220+162=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DCA2 is #09235D. Grayscale: #DDDDDD. Windows color (decimal): -598878 or 10673398. OLE color: 10673398.

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

Color convert

RGB 246 220 162 -
CMYK 0 0.11 0.34 0.04
HSL 41.43º 0.82% 0.8% -
HSV(B) 41.43º 0.34% 0.96% -
XYZ 70.12 73.39 44.65 -
YUV 221.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 246 220 162 0 0.11 0.34 0.04 41.43 0.82 0.8
Hex F6 DC A2 0 B 22 4 29 52 50
Octal 366 334 242 0 13 42 4 51 122 120
Binary 11110110 11011100 10100010 0 1011 100010 100 101001 1010010 1010000

Color Harmonies of #F6DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCA2

Black with #F6DCA2

Text Example


Text Example

White with #F6DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCA2; }

 p { color: rgb(246,220,162); }

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

background-color css

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

 a { background-color: rgb(246,220,162); }

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

border-color css

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

 span { border-color: rgb(246,220,162); }

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