Html Css Color HEX #F6C4AD Zinnwaldite

📋 copy color: '#F6C4AD'

red 246 ◦ green 196 ◦ blue 173

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

Shades of Zinnwaldite #F6C4AD

Tints of Zinnwaldite #F6C4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.87%

 BLUE value IS 173 (67.97% from 255) = 28.13%

R = 40%
G = 31.87%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6C4AD (or 0xF6C4AD) is known color: Zinnwaldite. HEX triplet: F6, C4 and AD. RGB value is (246,196,173). Sum of RGB (Red+Green+Blue) = 246+196+173=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C4AD is #093B52. Grayscale: #D0D0D0. Windows color (decimal): -605011 or 11388150. OLE color: 11388150.

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

Color convert

RGB 246 196 173 -
CMYK 0 0.20 0.30 0.04
HSL 18.9º 0.8% 0.82% -
HSV(B) 18.9º 0.3% 0.96% -
XYZ 65.29 62.09 48.08 -
YUV 208.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 246 196 173 0 0.20 0.30 0.04 18.9 0.8 0.82
Hex F6 C4 AD 0 14 1E 4 13 50 52
Octal 366 304 255 0 24 36 4 23 120 122
Binary 11110110 11000100 10101101 0 10100 11110 100 10011 1010000 1010010

Color Harmonies of #F6C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4AD

Black with #F6C4AD

Text Example


Text Example

White with #F6C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4AD; }

 p { color: rgb(246,196,173); }

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

background-color css

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

 a { background-color: rgb(246,196,173); }

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

border-color css

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

 span { border-color: rgb(246,196,173); }

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