#f2beab

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

Shades of Zinnwaldite #F2BEAB

Tints of Zinnwaldite #F2BEAB

Color information

#F2BEAB (or 0xF2BEAB) is unknown color: approx Zinnwaldite. HEX triplet: F2, BE and AB. RGB value is (242,190,171). Sum of RGB (Red+Green+Blue) = 242+190+171=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEAB is #0D4154. Grayscale: #CBCBCB. Windows color (decimal): -868693 or 11255538. OLE color: 11255538.

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

Color convert

RGB242190171-
CMYK00.210.290.05
HSL16.06º73.2%80.98%-
HSV(B)16.06º29.34%94.9%-
XYZ62.3858.6446.56-
YUV203.38109.73155.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=40.13%
G=31.51%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219017100.210.290.0516.0673.280.98
HexF2BEAB0151D5104951
Octal36227625302535520111121
Binary111100101011111010101011010101111011011000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2beab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2beab; }

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

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

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

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

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

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

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

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