Html Css Color HEX #F6C2AB Zinnwaldite

📋 copy color: '#F6C2AB'

red 246 ◦ green 194 ◦ blue 171

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

Shades of Zinnwaldite #F6C2AB

Tints of Zinnwaldite #F6C2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.99%

R = 40.26%
G = 31.75%
B = 27.99%

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

#F6C2AB (or 0xF6C2AB) is known color: Zinnwaldite. HEX triplet: F6, C2 and AB. RGB value is (246,194,171). Sum of RGB (Red+Green+Blue) = 246+194+171=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C2AB is #093D54. Grayscale: #CFCFCF. Windows color (decimal): -605525 or 11256566. OLE color: 11256566.

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

Color convert

RGB 246 194 171 -
CMYK 0 0.21 0.30 0.04
HSL 18.4º 0.81% 0.82% -
HSV(B) 18.4º 0.3% 0.96% -
XYZ 64.65 61.12 46.92 -
YUV 206.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 246 194 171 0 0.21 0.30 0.04 18.4 0.81 0.82
Hex F6 C2 AB 0 15 1E 4 12 51 52
Octal 366 302 253 0 25 36 4 22 121 122
Binary 11110110 11000010 10101011 0 10101 11110 100 10010 1010001 1010010

Color Harmonies of #F6C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2AB

Black with #F6C2AB

Text Example


Text Example

White with #F6C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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