#F1BDAD

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

Shades of Zinnwaldite #F1BDAD

Tints of Zinnwaldite #F1BDAD

Color information

#F1BDAD (or 0xF1BDAD) is unknown color: approx Zinnwaldite. HEX triplet: F1, BD and AD. RGB value is (241,189,173). Sum of RGB (Red+Green+Blue) = 241+189+173=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BDAD is #0E4252. Grayscale: #CACACA. Windows color (decimal): -934483 or 11386353. OLE color: 11386353.

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

Color convert

RGB241189173-
CMYK00.220.280.05
HSL14.12º70.83%81.18%-
HSV(B)14.12º28.22%94.51%-
XYZ62.0258.1147.48-
YUV202.72111.23155.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=39.97%
G=31.34%
B=28.69%

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
Decimal24118917300.220.280.0514.1270.8381.18
HexF1BDAD0161C5e4751
Octal36127525502634516107121
Binary11110001101111011010110101011011100101111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDAD; }

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

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

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

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

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

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

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

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