Html Css Color HEX #F6C2AE Zinnwaldite

📋 copy color: '#F6C2AE'

red 246 ◦ green 194 ◦ blue 174

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

Shades of Zinnwaldite #F6C2AE

Tints of Zinnwaldite #F6C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.34%

R = 40.07%
G = 31.6%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6C2AE (or 0xF6C2AE) is known color: Zinnwaldite. HEX triplet: F6, C2 and AE. RGB value is (246,194,174). Sum of RGB (Red+Green+Blue) = 246+194+174=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C2AE is #093D51. Grayscale: #CFCFCF. Windows color (decimal): -605522 or 11453174. OLE color: 11453174.

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

Color convert

RGB 246 194 174 -
CMYK 0 0.21 0.29 0.04
HSL 16.67º 0.8% 0.82% -
HSV(B) 16.67º 0.29% 0.96% -
XYZ 64.94 61.23 48.44 -
YUV 207.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 246 194 174 0 0.21 0.29 0.04 16.67 0.8 0.82
Hex F6 C2 AE 0 15 1D 4 11 50 52
Octal 366 302 256 0 25 35 4 21 120 122
Binary 11110110 11000010 10101110 0 10101 11101 100 10001 1010000 1010010

Color Harmonies of #F6C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2AE

Black with #F6C2AE

Text Example


Text Example

White with #F6C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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