Html Css Color HEX #F6C5AF Zinnwaldite

📋 copy color: '#F6C5AF'

red 246 ◦ green 197 ◦ blue 175

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

Shades of Zinnwaldite #F6C5AF

Tints of Zinnwaldite #F6C5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.88%

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

R = 39.81%
G = 31.88%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6C5AF (or 0xF6C5AF) is known color: Zinnwaldite. HEX triplet: F6, C5 and AF. RGB value is (246,197,175). Sum of RGB (Red+Green+Blue) = 246+197+175=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C5AF is #093A50. Grayscale: #D1D1D1. Windows color (decimal): -604753 or 11519478. OLE color: 11519478.

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

Color convert

RGB 246 197 175 -
CMYK 0 0.20 0.29 0.04
HSL 18.59º 0.8% 0.83% -
HSV(B) 18.59º 0.29% 0.96% -
XYZ 65.71 62.62 49.18 -
YUV 209.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 246 197 175 0 0.20 0.29 0.04 18.59 0.8 0.83
Hex F6 C5 AF 0 14 1D 4 13 50 53
Octal 366 305 257 0 24 35 4 23 120 123
Binary 11110110 11000101 10101111 0 10100 11101 100 10011 1010000 1010011

Color Harmonies of #F6C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5AF

Black with #F6C5AF

Text Example


Text Example

White with #F6C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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