#F7C4AA

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

Shades of Zinnwaldite #F7C4AA

Tints of Zinnwaldite #F7C4AA

Color information

#F7C4AA (or 0xF7C4AA) is unknown color: approx Zinnwaldite. HEX triplet: F7, C4 and AA. RGB value is (247,196,170). Sum of RGB (Red+Green+Blue) = 247+196+170=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C4AA is #083B55. Grayscale: #D0D0D0. Windows color (decimal): -539478 or 11191543. OLE color: 11191543.

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

Color convert

RGB247196170-
CMYK00.210.310.03
HSL20.26º82.8%81.76%-
HSV(B)20.26º31.17%96.86%-
XYZ65.3562.1646.58-
YUV208.28106.4155.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=40.29%
G=31.97%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719617000.210.310.0320.2682.881.76
HexF7C4AA0151F3145352
Octal36730425202537324123122
Binary11110111110001001010101001010111111111010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C4AA; }

 p { color: rgb(247,196,170); }

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

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

 a { background-color: rgb(247,196,170); }

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

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

 span { border-color: rgb(247,196,170); }

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