#F3C1B0

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

Shades of Zinnwaldite #F3C1B0

Tints of Zinnwaldite #F3C1B0

Color information

#F3C1B0 (or 0xF3C1B0) is unknown color: approx Zinnwaldite. HEX triplet: F3, C1 and B0. RGB value is (243,193,176). Sum of RGB (Red+Green+Blue) = 243+193+176=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C1B0 is #0C3E4F. Grayscale: #CECECE. Windows color (decimal): -802384 or 11583987. OLE color: 11583987.

HSL color Cylindrical-coordinate representation of color #F3C1B0: hue angle of 15.22º degrees, saturation: 0.74, 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 #F3C1B0 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB243193176-
CMYK00.210.280.05
HSL15.22º73.63%82.16%-
HSV(B)15.22º27.57%95.29%-
XYZ63.8760.3349.35-
YUV206.01111.06154.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 176 (69.14% from 255) = 28.76%
R=39.71%
G=31.54%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319317600.210.280.0515.2273.6382.16
HexF3C1B00151C5f4a52
Octal36330126002534517112122
Binary11110011110000011011000001010111100101111110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1B0; }

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

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

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

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

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

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

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

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