#F1BDAB

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

Shades of Zinnwaldite #F1BDAB

Tints of Zinnwaldite #F1BDAB

Color information

#F1BDAB (or 0xF1BDAB) is unknown color: approx Zinnwaldite. HEX triplet: F1, BD and AB. RGB value is (241,189,171). Sum of RGB (Red+Green+Blue) = 241+189+171=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BDAB is #0E4254. Grayscale: #CACACA. Windows color (decimal): -934485 or 11255281. OLE color: 11255281.

HSL color Cylindrical-coordinate representation of color #F1BDAB: hue angle of 15.43º degrees, saturation: 0.71, 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 #F1BDAB is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241189171-
CMYK00.220.290.05
HSL15.43º71.43%80.78%-
HSV(B)15.43º29.05%94.51%-
XYZ61.8258.0446.47-
YUV202.5110.23155.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=40.10%
G=31.45%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118917100.220.290.0515.4371.4380.78
HexF1BDAB0161D5f4751
Octal36127525302635517107121
Binary11110001101111011010101101011011101101111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDAB; }

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

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

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

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

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

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

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

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