#F1BDAE

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

Shades of Zinnwaldite #F1BDAE

Tints of Zinnwaldite #F1BDAE

Color information

#F1BDAE (or 0xF1BDAE) is unknown color: approx Zinnwaldite. HEX triplet: F1, BD and AE. RGB value is (241,189,174). Sum of RGB (Red+Green+Blue) = 241+189+174=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BDAE is #0E4251. Grayscale: #CACACA. Windows color (decimal): -934482 or 11451889. OLE color: 11451889.

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

Color convert

RGB241189174-
CMYK00.220.280.05
HSL13.43º70.53%81.37%-
HSV(B)13.43º27.8%94.51%-
XYZ62.1158.1548-
YUV202.84111.73155.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=39.90%
G=31.29%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118917400.220.280.0513.4370.5381.37
HexF1BDAE0161C5d4751
Octal36127525602634515107121
Binary11110001101111011010111001011011100101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDAE; }

 p { color: rgb(241,189,174); }

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

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

 a { background-color: rgb(241,189,174); }

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

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

 span { border-color: rgb(241,189,174); }

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