#F1BFA4

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

Shades of Zinnwaldite #F1BFA4

Tints of Zinnwaldite #F1BFA4

Color information

#F1BFA4 (or 0xF1BFA4) is unknown color: approx Zinnwaldite. HEX triplet: F1, BF and A4. RGB value is (241,191,164). Sum of RGB (Red+Green+Blue) = 241+191+164=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFA4 is #0E405B. Grayscale: #CBCBCB. Windows color (decimal): -933980 or 10797041. OLE color: 10797041.

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

Color convert

RGB241191164-
CMYK00.210.320.05
HSL21.04º73.33%79.41%-
HSV(B)21.04º31.95%94.51%-
XYZ61.6158.6443.19-
YUV202.87106.06155.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 164 (64.45% from 255) = 27.52%
R=40.44%
G=32.05%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119116400.210.320.0521.0473.3379.41
HexF1BFA401520515494f
Octal36127724402540525111117
Binary1111000110111111101001000101011000001011010110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFA4; }

 p { color: rgb(241,191,164); }

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

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

 a { background-color: rgb(241,191,164); }

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

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

 span { border-color: rgb(241,191,164); }

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