Html Css Color HEX #F6C1AF Zinnwaldite

📋 copy color: '#F6C1AF'

red 246 ◦ green 193 ◦ blue 175

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

Shades of Zinnwaldite #F6C1AF

Tints of Zinnwaldite #F6C1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.5%

R = 40.07%
G = 31.43%
B = 28.5%

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

#F6C1AF (or 0xF6C1AF) is known color: Zinnwaldite. HEX triplet: F6, C1 and AF. RGB value is (246,193,175). Sum of RGB (Red+Green+Blue) = 246+193+175=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C1AF is #093E50. Grayscale: #CECECE. Windows color (decimal): -605777 or 11518454. OLE color: 11518454.

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

Color convert

RGB 246 193 175 -
CMYK 0 0.22 0.29 0.04
HSL 15.21º 0.8% 0.83% -
HSV(B) 15.21º 0.29% 0.96% -
XYZ 64.81 60.83 48.88 -
YUV 206.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 246 193 175 0 0.22 0.29 0.04 15.21 0.8 0.83
Hex F6 C1 AF 0 16 1D 4 F 50 53
Octal 366 301 257 0 26 35 4 17 120 123
Binary 11110110 11000001 10101111 0 10110 11101 100 1111 1010000 1010011

Color Harmonies of #F6C1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C1AF

Black with #F6C1AF

Text Example


Text Example

White with #F6C1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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