#F7C1AE

Color #F7C1AE Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #F7C1AE

Tints of Zinnwaldite #F7C1AE

Color information

#F7C1AE (or 0xF7C1AE) is unknown color: approx Zinnwaldite. HEX triplet: F7, C1 and AE. RGB value is (247,193,174). Sum of RGB (Red+Green+Blue) = 247+193+174=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C1AE is #083E51. Grayscale: #CFCFCF. Windows color (decimal): -540242 or 11452919. OLE color: 11452919.

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

Color convert

RGB247193174-
CMYK00.220.300.03
HSL15.62º82.02%82.55%-
HSV(B)15.62º29.55%96.86%-
XYZ65.0760.9748.38-
YUV206.98109.39156.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=40.23%
G=31.43%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719317400.220.300.0315.6282.0282.55
HexF7C1AE0161E3105253
Octal36730125602636320122123
Binary11110111110000011010111001011011110111000010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C1AE; }

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

 H1.HeaderClassName
 {
   color: #F7C1AE;
 }
 .AnyTagClassName
 {
   color: #F7C1AE;
 }
</style>
background-color css

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

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

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

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

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

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