Shades of Zinnwaldite #F3BFB0
Tints of Zinnwaldite #F3BFB0
RGB
CMYK
RGB Variations
Color information
#F3BFB0 (or 0xF3BFB0) is known color: 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
| RGB | 243 | 191 | 176 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.05 |
| HSL | 13.43º | 0.74% | 0.82% | - |
| HSV(B) | 13.43º | 0.28% | 0.95% | - |
| XYZ | 63.43 | 59.45 | 49.21 | - |
| YUV | 204.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 176 | 0 | 0.21 | 0.28 | 0.05 | 13.43 | 0.74 | 0.82 |
| Hex | F3 | BF | B0 | 0 | 15 | 1C | 5 | D | 4A | 52 |
| Octal | 363 | 277 | 260 | 0 | 25 | 34 | 5 | 15 | 112 | 122 |
| Binary | 11110011 | 10111111 | 10110000 | 0 | 10101 | 11100 | 101 | 1101 | 1001010 | 1010010 |
Color Harmonies of #F3BFB0
Complementary color
Monochromatic Colors of #F3BFB0
Black with #F3BFB0
Text Example
Text Example
White with #F3BFB0
Text Example
Text Example
HTML Codes & Css Web 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>