Shades of Zinnwaldite #F2BEAD
Tints of Zinnwaldite #F2BEAD
RGB
CMYK
RGB Variations
Color information
#F2BEAD (or 0xF2BEAD) is known color: Zinnwaldite. HEX triplet: F2, BE and AD. RGB value is (242,190,173). Sum of RGB (Red+Green+Blue) = 242+190+173=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEAD is #0D4152. Grayscale: #CBCBCB. Windows color (decimal): -868691 or 11386610. OLE color: 11386610.
HSL color Cylindrical-coordinate representation of color #F2BEAD: hue angle of 14.78º 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 #F2BEAD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 14.78º | 0.73% | 0.81% | - |
| HSV(B) | 14.78º | 0.29% | 0.95% | - |
| XYZ | 62.57 | 58.72 | 47.57 | - |
| YUV | 203.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 173 | 0 | 0.21 | 0.29 | 0.05 | 14.78 | 0.73 | 0.81 |
| Hex | F2 | BE | AD | 0 | 15 | 1D | 5 | F | 49 | 51 |
| Octal | 362 | 276 | 255 | 0 | 25 | 35 | 5 | 17 | 111 | 121 |
| Binary | 11110010 | 10111110 | 10101101 | 0 | 10101 | 11101 | 101 | 1111 | 1001001 | 1010001 |
Color Harmonies of #F2BEAD
Complementary color
Monochromatic Colors of #F2BEAD
Black with #F2BEAD
Text Example
Text Example
White with #F2BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEAD; }
p { color: rgb(242,190,173); }
H1.HeaderClassName
{
color: #F2BEAD;
}
.AnyTagClassName
{
color: #F2BEAD;
}
</style>
background-color css
<style>
a { background-color: #F2BEAD; }
a { background-color: rgb(242,190,173); }
div.DivClassName
{
background-color: #F2BEAD;
}
.BgClassName
{
background-color: #F2BEAD;
}
</style>
border-color css
<style>
span { border-color: #F2BEAD; }
span { border-color: rgb(242,190,173); }
td.TdClassName
{
border-color: #F2BEAD;
}
.TagClassName
{
border-color: #F2BEAD;
}
</style>