Html Css Color HEX #F7C2AE Zinnwaldite

📋 copy color: '#F7C2AE'

red 247 ◦ green 194 ◦ blue 174

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

Shades of Zinnwaldite #F7C2AE

Tints of Zinnwaldite #F7C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.29%

R = 40.16%
G = 31.54%
B = 28.29%

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

#F7C2AE (or 0xF7C2AE) is known color: Zinnwaldite. HEX triplet: F7, C2 and AE. RGB value is (247,194,174). Sum of RGB (Red+Green+Blue) = 247+194+174=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C2AE is #083D51. Grayscale: #CFCFCF. Windows color (decimal): -539986 or 11453175. OLE color: 11453175.

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

Color convert

RGB 247 194 174 -
CMYK 0 0.21 0.30 0.03
HSL 16.44º 0.82% 0.83% -
HSV(B) 16.44º 0.3% 0.97% -
XYZ 65.29 61.41 48.46 -
YUV 207.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 247 194 174 0 0.21 0.30 0.03 16.44 0.82 0.83
Hex F7 C2 AE 0 15 1E 3 10 52 53
Octal 367 302 256 0 25 36 3 20 122 123
Binary 11110111 11000010 10101110 0 10101 11110 11 10000 1010010 1010011

Color Harmonies of #F7C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2AE

Black with #F7C2AE

Text Example


Text Example

White with #F7C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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