Html Css Color HEX #F6DA8C Buff

📋 copy color: '#F6DA8C'

red 246 ◦ green 218 ◦ blue 140

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

Shades of Buff #F6DA8C

Tints of Buff #F6DA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 40.73%
G = 36.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6DA8C (or 0xF6DA8C) is known color: Buff. HEX triplet: F6, DA and 8C. RGB value is (246,218,140). Sum of RGB (Red+Green+Blue) = 246+218+140=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DA8C is #092573. Grayscale: #D9D9D9. Windows color (decimal): -599412 or 9231094. OLE color: 9231094.

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

Color convert

RGB 246 218 140 -
CMYK 0 0.11 0.43 0.04
HSL 44.15º 0.85% 0.76% -
HSV(B) 44.15º 0.43% 0.96% -
XYZ 67.81 71.63 35.06 -
YUV 217.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 246 218 140 0 0.11 0.43 0.04 44.15 0.85 0.76
Hex F6 DA 8C 0 B 2B 4 2C 55 4C
Octal 366 332 214 0 13 53 4 54 125 114
Binary 11110110 11011010 10001100 0 1011 101011 100 101100 1010101 1001100

Color Harmonies of #F6DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DA8C

Black with #F6DA8C

Text Example


Text Example

White with #F6DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DA8C; }

 p { color: rgb(246,218,140); }

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

background-color css

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

 a { background-color: rgb(246,218,140); }

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

border-color css

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

 span { border-color: rgb(246,218,140); }

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