#F2BEAF

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

Shades of Zinnwaldite #F2BEAF

Tints of Zinnwaldite #F2BEAF

Color information

#F2BEAF (or 0xF2BEAF) is unknown color: approx Zinnwaldite. HEX triplet: F2, BE and AF. RGB value is (242,190,175). Sum of RGB (Red+Green+Blue) = 242+190+175=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEAF is #0D4150. Grayscale: #CBCBCB. Windows color (decimal): -868689 or 11517682. OLE color: 11517682.

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

Color convert

RGB242190175-
CMYK00.210.280.05
HSL13.43º72.04%81.76%-
HSV(B)13.43º27.69%94.9%-
XYZ62.7758.848.6-
YUV203.84111.73155.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=39.87%
G=31.30%
B=28.83%

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
Decimal24219017500.210.280.0513.4372.0481.76
HexF2BEAF0151C5d4852
Octal36227625702534515110122
Binary11110010101111101010111101010111100101110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEAF; }

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

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

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

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

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

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

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

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