#F4C3AF

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

Shades of Zinnwaldite #F4C3AF

Tints of Zinnwaldite #F4C3AF

Color information

#F4C3AF (or 0xF4C3AF) is unknown color: approx Zinnwaldite. HEX triplet: F4, C3 and AF. RGB value is (244,195,175). Sum of RGB (Red+Green+Blue) = 244+195+175=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C3AF is #0B3C50. Grayscale: #CFCFCF. Windows color (decimal): -736337 or 11518964. OLE color: 11518964.

HSL color Cylindrical-coordinate representation of color #F4C3AF: hue angle of 17.39º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4C3AF is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244195175-
CMYK00.200.280.04
HSL17.39º75.82%82.16%-
HSV(B)17.39º28.28%95.69%-
XYZ64.5661.3649-
YUV207.37109.73154.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=39.74%
G=31.76%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419517500.200.280.0417.3975.8282.16
HexF4C3AF0141C4114c52
Octal36430325702434421114122
Binary111101001100001110101111010100111001001000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C3AF; }

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

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

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

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

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

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

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

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