#F3C1B4

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

Shades of Zinnwaldite #F3C1B4

Tints of Zinnwaldite #F3C1B4

Color information

#F3C1B4 (or 0xF3C1B4) is unknown color: approx Zinnwaldite. HEX triplet: F3, C1 and B4. RGB value is (243,193,180). Sum of RGB (Red+Green+Blue) = 243+193+180=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1B4 is #0C3E4B. Grayscale: #CECECE. Windows color (decimal): -802380 or 11846131. OLE color: 11846131.

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

Color convert

RGB243193180-
CMYK00.210.260.05
HSL12.38º72.41%82.94%-
HSV(B)12.38º25.93%95.29%-
XYZ64.2760.4951.47-
YUV206.47113.06154.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.45%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=39.45%
G=31.33%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319318000.210.260.0512.3872.4182.94
HexF3C1B40151A5c4853
Octal36330126402532514110123
Binary11110011110000011011010001010111010101110010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1B4; }

 p { color: rgb(243,193,180); }

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

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

 a { background-color: rgb(243,193,180); }

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

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

 span { border-color: rgb(243,193,180); }

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