Html Css Color HEX #F7C2AC Zinnwaldite

📋 copy color: '#F7C2AC'

red 247 ◦ green 194 ◦ blue 172

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

Shades of Zinnwaldite #F7C2AC

Tints of Zinnwaldite #F7C2AC

RGB

 RED value IS 247 (96.88% from 255) = 40.29%

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

 BLUE value IS 172 (67.58% from 255) = 28.06%

R = 40.29%
G = 31.65%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7C2AC (or 0xF7C2AC) is known color: Zinnwaldite. HEX triplet: F7, C2 and AC. RGB value is (247,194,172). Sum of RGB (Red+Green+Blue) = 247+194+172=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C2AC is #083D53. Grayscale: #CFCFCF. Windows color (decimal): -539988 or 11322103. OLE color: 11322103.

HSL color Cylindrical-coordinate representation of color #F7C2AC: hue angle of 17.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7C2AC is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 194 172 -
CMYK 0 0.21 0.30 0.03
HSL 17.6º 0.82% 0.82% -
HSV(B) 17.6º 0.3% 0.97% -
XYZ 65.1 61.34 47.44 -
YUV 207.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 247 194 172 0 0.21 0.30 0.03 17.6 0.82 0.82
Hex F7 C2 AC 0 15 1E 3 12 52 52
Octal 367 302 254 0 25 36 3 22 122 122
Binary 11110111 11000010 10101100 0 10101 11110 11 10010 1010010 1010010

Color Harmonies of #F7C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2AC

Black with #F7C2AC

Text Example


Text Example

White with #F7C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2AC; }

 p { color: rgb(247,194,172); }

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

background-color css

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

 a { background-color: rgb(247,194,172); }

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

border-color css

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

 span { border-color: rgb(247,194,172); }

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