#F7C3AF

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

Shades of Zinnwaldite #F7C3AF

Tints of Zinnwaldite #F7C3AF

Color information

#F7C3AF (or 0xF7C3AF) is unknown color: approx Zinnwaldite. HEX triplet: F7, C3 and AF. RGB value is (247,195,175). Sum of RGB (Red+Green+Blue) = 247+195+175=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C3AF is #083C50. Grayscale: #D0D0D0. Windows color (decimal): -539729 or 11518967. OLE color: 11518967.

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

Color convert

RGB247195175-
CMYK00.210.290.03
HSL16.67º81.82%82.75%-
HSV(B)16.67º29.15%96.86%-
XYZ65.6161.949.05-
YUV208.27109.23155.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=40.03%
G=31.60%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719517500.210.290.0316.6781.8282.75
HexF7C3AF0151D3115253
Octal36730325702535321122123
Binary11110111110000111010111101010111101111000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C3AF; }

 p { color: rgb(247,195,175); }

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

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

 a { background-color: rgb(247,195,175); }

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

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

 span { border-color: rgb(247,195,175); }

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