#F3C2B5

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

Shades of Zinnwaldite #F3C2B5

Tints of Zinnwaldite #F3C2B5

Color information

#F3C2B5 (or 0xF3C2B5) is unknown color: approx Zinnwaldite. HEX triplet: F3, C2 and B5. RGB value is (243,194,181). Sum of RGB (Red+Green+Blue) = 243+194+181=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2B5 is #0C3D4A. Grayscale: #CFCFCF. Windows color (decimal): -802123 or 11911923. OLE color: 11911923.

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

Color convert

RGB243194181-
CMYK00.200.260.05
HSL12.58º72.09%83.14%-
HSV(B)12.58º25.51%95.29%-
XYZ64.5960.9752.08-
YUV207.17113.23153.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.32%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=39.32%
G=31.39%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319418100.200.260.0512.5872.0983.14
HexF3C2B50141A5d4853
Octal36330226502432515110123
Binary11110011110000101011010101010011010101110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2B5; }

 p { color: rgb(243,194,181); }

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

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

 a { background-color: rgb(243,194,181); }

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

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

 span { border-color: rgb(243,194,181); }

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