#F3C1B3

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

Shades of Zinnwaldite #F3C1B3

Tints of Zinnwaldite #F3C1B3

Color information

#F3C1B3 (or 0xF3C1B3) is unknown color: approx Zinnwaldite. HEX triplet: F3, C1 and B3. RGB value is (243,193,179). Sum of RGB (Red+Green+Blue) = 243+193+179=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1B3 is #0C3E4C. Grayscale: #CECECE. Windows color (decimal): -802381 or 11780595. OLE color: 11780595.

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

Color convert

RGB243193179-
CMYK00.210.260.05
HSL13.13º72.73%82.75%-
HSV(B)13.13º26.34%95.29%-
XYZ64.1760.4550.93-
YUV206.35112.56154.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 179 (70.31% from 255) = 29.11%
R=39.51%
G=31.38%
B=29.11%

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
Decimal24319317900.210.260.0513.1372.7382.75
HexF3C1B30151A5d4953
Octal36330126302532515111123
Binary11110011110000011011001101010111010101110110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1B3; }

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

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

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

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

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

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

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

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