#F3C4B6

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

Shades of Zinnwaldite #F3C4B6

Tints of Zinnwaldite #F3C4B6

Color information

#F3C4B6 (or 0xF3C4B6) is unknown color: approx Zinnwaldite. HEX triplet: F3, C4 and B6. RGB value is (243,196,182). Sum of RGB (Red+Green+Blue) = 243+196+182=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4B6 is #0C3B49. Grayscale: #D0D0D0. Windows color (decimal): -801610 or 11977971. OLE color: 11977971.

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

Color convert

RGB243196182-
CMYK00.190.250.05
HSL13.77º71.76%83.33%-
HSV(B)13.77º25.1%95.29%-
XYZ65.1561.9152.77-
YUV208.46113.07152.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.13%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=39.13%
G=31.56%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319618200.190.250.0513.7771.7683.33
HexF3C4B6013195e4853
Octal36330426602331516110123
Binary11110011110001001011011001001111001101111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C4B6; }

 p { color: rgb(243,196,182); }

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

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

 a { background-color: rgb(243,196,182); }

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

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

 span { border-color: rgb(243,196,182); }

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