Shades of Zinnwaldite #F2BFAD
Tints of Zinnwaldite #F2BFAD
RGB
CMYK
RGB Variations
Color information
#F2BFAD (or 0xF2BFAD) is known color: Zinnwaldite. HEX triplet: F2, BF and AD. RGB value is (242,191,173). Sum of RGB (Red+Green+Blue) = 242+191+173=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BFAD is #0D4052. Grayscale: #CCCCCC. Windows color (decimal): -868435 or 11386866. OLE color: 11386866.
HSL color Cylindrical-coordinate representation of color #F2BFAD: hue angle of 15.65º degrees, saturation: 0.73, 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 #F2BFAD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 15.65º | 0.73% | 0.81% | - |
| HSV(B) | 15.65º | 0.29% | 0.95% | - |
| XYZ | 62.79 | 59.16 | 47.64 | - |
| YUV | 204.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 173 | 0 | 0.21 | 0.29 | 0.05 | 15.65 | 0.73 | 0.81 |
| Hex | F2 | BF | AD | 0 | 15 | 1D | 5 | 10 | 49 | 51 |
| Octal | 362 | 277 | 255 | 0 | 25 | 35 | 5 | 20 | 111 | 121 |
| Binary | 11110010 | 10111111 | 10101101 | 0 | 10101 | 11101 | 101 | 10000 | 1001001 | 1010001 |
Color Harmonies of #F2BFAD
Complementary color
Monochromatic Colors of #F2BFAD
Black with #F2BFAD
Text Example
Text Example
White with #F2BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFAD; }
p { color: rgb(242,191,173); }
H1.HeaderClassName
{
color: #F2BFAD;
}
.AnyTagClassName
{
color: #F2BFAD;
}
</style>
background-color css
<style>
a { background-color: #F2BFAD; }
a { background-color: rgb(242,191,173); }
div.DivClassName
{
background-color: #F2BFAD;
}
.BgClassName
{
background-color: #F2BFAD;
}
</style>
border-color css
<style>
span { border-color: #F2BFAD; }
span { border-color: rgb(242,191,173); }
td.TdClassName
{
border-color: #F2BFAD;
}
.TagClassName
{
border-color: #F2BFAD;
}
</style>