Html Css Color HEX #F6C2AD Zinnwaldite

📋 copy color: '#F6C2AD'

red 246 ◦ green 194 ◦ blue 173

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

Shades of Zinnwaldite #F6C2AD

Tints of Zinnwaldite #F6C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.65%

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

R = 40.13%
G = 31.65%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6C2AD (or 0xF6C2AD) is known color: Zinnwaldite. HEX triplet: F6, C2 and AD. RGB value is (246,194,173). Sum of RGB (Red+Green+Blue) = 246+194+173=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C2AD is #093D52. Grayscale: #CFCFCF. Windows color (decimal): -605523 or 11387638. OLE color: 11387638.

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

Color convert

RGB 246 194 173 -
CMYK 0 0.21 0.30 0.04
HSL 17.26º 0.8% 0.82% -
HSV(B) 17.26º 0.3% 0.96% -
XYZ 64.84 61.19 47.93 -
YUV 207.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 246 194 173 0 0.21 0.30 0.04 17.26 0.8 0.82
Hex F6 C2 AD 0 15 1E 4 11 50 52
Octal 366 302 255 0 25 36 4 21 120 122
Binary 11110110 11000010 10101101 0 10101 11110 100 10001 1010000 1010010

Color Harmonies of #F6C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2AD

Black with #F6C2AD

Text Example


Text Example

White with #F6C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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