#F2BEA6

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

Shades of Zinnwaldite #F2BEA6

Tints of Zinnwaldite #F2BEA6

Color information

#F2BEA6 (or 0xF2BEA6) is unknown color: approx Zinnwaldite. HEX triplet: F2, BE and A6. RGB value is (242,190,166). Sum of RGB (Red+Green+Blue) = 242+190+166=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEA6 is #0D4159. Grayscale: #CACACA. Windows color (decimal): -868698 or 10927858. OLE color: 10927858.

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

Color convert

RGB242190166-
CMYK00.210.310.05
HSL18.95º74.51%80%-
HSV(B)18.95º31.4%94.9%-
XYZ61.9158.4644.1-
YUV202.81107.23155.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 166 (65.23% from 255) = 27.76%
R=40.47%
G=31.77%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219016600.210.310.0518.9574.5180
HexF2BEA60151F5134b50
Octal36227624602537523113120
Binary111100101011111010100110010101111111011001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEA6; }

 p { color: rgb(242,190,166); }

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

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

 a { background-color: rgb(242,190,166); }

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

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

 span { border-color: rgb(242,190,166); }

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