Shades of Snuff #F2C8F3
Tints of Snuff #F2C8F3
RGB
CMYK
RGB Variations
Color information
#F2C8F3 (or 0xF2C8F3) is known color: Snuff. HEX triplet: F2, C8 and F3. RGB value is (242,200,243). Sum of RGB (Red+Green+Blue) = 242+200+243=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2C8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C8F3 is #0D370C. Grayscale: #D9D9D9. Windows color (decimal): -866061 or 15976690. OLE color: 15976690.
HSL color Cylindrical-coordinate representation of color #F2C8F3: hue angle of 298.6º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C8F3 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 243 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.05 |
| HSL | 298.6º | 0.64% | 0.87% | - |
| HSV(B) | 298.6º | 0.18% | 0.95% | - |
| XYZ | 73.45 | 66.66 | 93.79 | - |
| YUV | 217.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 243 | 0.00 | 0.18 | 0 | 0.05 | 298.6 | 0.64 | 0.87 |
| Hex | F2 | C8 | F3 | 0 | 12 | 0 | 5 | 12B | 40 | 57 |
| Octal | 362 | 310 | 363 | 0 | 22 | 0 | 5 | 453 | 100 | 127 |
| Binary | 11110010 | 11001000 | 11110011 | 0 | 10010 | 0 | 101 | 100101011 | 1000000 | 1010111 |
Color Harmonies of #F2C8F3
Complementary color
Monochromatic Colors of #F2C8F3
Black with #F2C8F3
Text Example
Text Example
White with #F2C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8F3; }
p { color: rgb(242,200,243); }
H1.HeaderClassName
{
color: #F2C8F3;
}
.AnyTagClassName
{
color: #F2C8F3;
}
</style>
background-color css
<style>
a { background-color: #F2C8F3; }
a { background-color: rgb(242,200,243); }
div.DivClassName
{
background-color: #F2C8F3;
}
.BgClassName
{
background-color: #F2C8F3;
}
</style>
border-color css
<style>
span { border-color: #F2C8F3; }
span { border-color: rgb(242,200,243); }
td.TdClassName
{
border-color: #F2C8F3;
}
.TagClassName
{
border-color: #F2C8F3;
}
</style>