#F3BFB0

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

Shades of Zinnwaldite #F3BFB0

Tints of Zinnwaldite #F3BFB0

Color information

#F3BFB0 (or 0xF3BFB0) is unknown color: approx Zinnwaldite. HEX triplet: F3, BF and B0. RGB value is (243,191,176). Sum of RGB (Red+Green+Blue) = 243+191+176=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BFB0 is #0C404F. Grayscale: #CCCCCC. Windows color (decimal): -802896 or 11583475. OLE color: 11583475.

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

Color convert

RGB243191176-
CMYK00.210.280.05
HSL13.43º73.63%82.16%-
HSV(B)13.43º27.57%95.29%-
XYZ63.4359.4549.21-
YUV204.84111.73155.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 176 (69.14% from 255) = 28.85%
R=39.84%
G=31.31%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319117600.210.280.0513.4373.6382.16
HexF3BFB00151C5d4a52
Octal36327726002534515112122
Binary11110011101111111011000001010111100101110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BFB0; }

 p { color: rgb(243,191,176); }

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

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

 a { background-color: rgb(243,191,176); }

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

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

 span { border-color: rgb(243,191,176); }

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