#F1BEAF

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

Shades of Zinnwaldite #F1BEAF

Tints of Zinnwaldite #F1BEAF

Color information

#F1BEAF (or 0xF1BEAF) is unknown color: approx Zinnwaldite. HEX triplet: F1, BE and AF. RGB value is (241,190,175). Sum of RGB (Red+Green+Blue) = 241+190+175=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEAF is #0E4150. Grayscale: #CBCBCB. Windows color (decimal): -934225 or 11517681. OLE color: 11517681.

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

Color convert

RGB241190175-
CMYK00.210.270.05
HSL13.64º70.21%81.57%-
HSV(B)13.64º27.39%94.51%-
XYZ62.4358.6248.58-
YUV203.54111.9154.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=39.77%
G=31.35%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119017500.210.270.0513.6470.2181.57
HexF1BEAF0151B5e4652
Octal36127625702533516106122
Binary11110001101111101010111101010111011101111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEAF; }

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

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

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

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

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

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

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

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