Html Css Color HEX #F6C1AE Zinnwaldite

📋 copy color: '#F6C1AE'

red 246 ◦ green 193 ◦ blue 174

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

Shades of Zinnwaldite #F6C1AE

Tints of Zinnwaldite #F6C1AE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.48%

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

R = 40.13%
G = 31.48%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6C1AE (or 0xF6C1AE) is known color: Zinnwaldite. HEX triplet: F6, C1 and AE. RGB value is (246,193,174). Sum of RGB (Red+Green+Blue) = 246+193+174=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C1AE is #093E51. Grayscale: #CECECE. Windows color (decimal): -605778 or 11452918. OLE color: 11452918.

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

Color convert

RGB 246 193 174 -
CMYK 0 0.22 0.29 0.04
HSL 15.83º 0.8% 0.82% -
HSV(B) 15.83º 0.29% 0.96% -
XYZ 64.72 60.79 48.37 -
YUV 206.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 246 193 174 0 0.22 0.29 0.04 15.83 0.8 0.82
Hex F6 C1 AE 0 16 1D 4 10 50 52
Octal 366 301 256 0 26 35 4 20 120 122
Binary 11110110 11000001 10101110 0 10110 11101 100 10000 1010000 1010010

Color Harmonies of #F6C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C1AE

Black with #F6C1AE

Text Example


Text Example

White with #F6C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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