#F2C4AE

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

Shades of Zinnwaldite #F2C4AE

Tints of Zinnwaldite #F2C4AE

Color information

#F2C4AE (or 0xF2C4AE) is unknown color: approx Zinnwaldite. HEX triplet: F2, C4 and AE. RGB value is (242,196,174). Sum of RGB (Red+Green+Blue) = 242+196+174=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C4AE is #0D3B51. Grayscale: #CFCFCF. Windows color (decimal): -867154 or 11453682. OLE color: 11453682.

HSL color Cylindrical-coordinate representation of color #F2C4AE: hue angle of 19.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2C4AE is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242196174-
CMYK00.190.280.05
HSL19.41º72.34%81.57%-
HSV(B)19.41º28.1%94.9%-
XYZ6461.4148.53-
YUV207.25109.24152.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=39.54%
G=32.03%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219617400.190.280.0519.4172.3481.57
HexF2C4AE0131C5134852
Octal36230425602334523110122
Binary111100101100010010101110010011111001011001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C4AE; }

 p { color: rgb(242,196,174); }

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

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

 a { background-color: rgb(242,196,174); }

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

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

 span { border-color: rgb(242,196,174); }

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