Html Css Color HEX #F6C0AB Zinnwaldite

📋 copy color: '#F6C0AB'

red 246 ◦ green 192 ◦ blue 171

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

Shades of Zinnwaldite #F6C0AB

Tints of Zinnwaldite #F6C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.53%

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

R = 40.39%
G = 31.53%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6C0AB (or 0xF6C0AB) is known color: Zinnwaldite. HEX triplet: F6, C0 and AB. RGB value is (246,192,171). Sum of RGB (Red+Green+Blue) = 246+192+171=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C0AB is #093F54. Grayscale: #CDCDCD. Windows color (decimal): -606037 or 11256054. OLE color: 11256054.

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

Color convert

RGB 246 192 171 -
CMYK 0 0.22 0.30 0.04
HSL 16.8º 0.81% 0.82% -
HSV(B) 16.8º 0.3% 0.96% -
XYZ 64.21 60.23 46.77 -
YUV 205.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 246 192 171 0 0.22 0.30 0.04 16.8 0.81 0.82
Hex F6 C0 AB 0 16 1E 4 11 51 52
Octal 366 300 253 0 26 36 4 21 121 122
Binary 11110110 11000000 10101011 0 10110 11110 100 10001 1010001 1010010

Color Harmonies of #F6C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C0AB

Black with #F6C0AB

Text Example


Text Example

White with #F6C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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