Shades of Zinnwaldite #F2BEAF
Tints of Zinnwaldite #F2BEAF
RGB
CMYK
RGB Variations
Color information
#F2BEAF (or 0xF2BEAF) is known color: Zinnwaldite. HEX triplet: F2, BE and AF. RGB value is (242,190,175). Sum of RGB (Red+Green+Blue) = 242+190+175=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BEAF is #0D4150. Grayscale: #CBCBCB. Windows color (decimal): -868689 or 11517682. OLE color: 11517682.
HSL color Cylindrical-coordinate representation of color #F2BEAF: hue angle of 13.43º degrees, saturation: 0.72, 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 #F2BEAF is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 175 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.05 |
| HSL | 13.43º | 0.72% | 0.82% | - |
| HSV(B) | 13.43º | 0.28% | 0.95% | - |
| XYZ | 62.77 | 58.8 | 48.6 | - |
| YUV | 203.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 175 | 0 | 0.21 | 0.28 | 0.05 | 13.43 | 0.72 | 0.82 |
| Hex | F2 | BE | AF | 0 | 15 | 1C | 5 | D | 48 | 52 |
| Octal | 362 | 276 | 257 | 0 | 25 | 34 | 5 | 15 | 110 | 122 |
| Binary | 11110010 | 10111110 | 10101111 | 0 | 10101 | 11100 | 101 | 1101 | 1001000 | 1010010 |
Color Harmonies of #F2BEAF
Complementary color
Monochromatic Colors of #F2BEAF
Black with #F2BEAF
Text Example
Text Example
White with #F2BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEAF; }
p { color: rgb(242,190,175); }
H1.HeaderClassName
{
color: #F2BEAF;
}
.AnyTagClassName
{
color: #F2BEAF;
}
</style>
background-color css
<style>
a { background-color: #F2BEAF; }
a { background-color: rgb(242,190,175); }
div.DivClassName
{
background-color: #F2BEAF;
}
.BgClassName
{
background-color: #F2BEAF;
}
</style>
border-color css
<style>
span { border-color: #F2BEAF; }
span { border-color: rgb(242,190,175); }
td.TdClassName
{
border-color: #F2BEAF;
}
.TagClassName
{
border-color: #F2BEAF;
}
</style>