Shades of Snuff #F2C8EA
Tints of Snuff #F2C8EA
RGB
CMYK
RGB Variations
Color information
#F2C8EA (or 0xF2C8EA) is known color: Snuff. HEX triplet: F2, C8 and EA. RGB value is (242,200,234). Sum of RGB (Red+Green+Blue) = 242+200+234=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C8EA is #0D3715. Grayscale: #D8D8D8. Windows color (decimal): -866070 or 15386866. OLE color: 15386866.
HSL color Cylindrical-coordinate representation of color #F2C8EA: hue angle of 311.43º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C8EA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 234 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.05 |
| HSL | 311.43º | 0.62% | 0.87% | - |
| HSV(B) | 311.43º | 0.17% | 0.95% | - |
| XYZ | 72.12 | 66.13 | 86.8 | - |
| YUV | 216.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 234 | 0 | 0.17 | 0.03 | 0.05 | 311.43 | 0.62 | 0.87 |
| Hex | F2 | C8 | EA | 0 | 11 | 3 | 5 | 137 | 3E | 57 |
| Octal | 362 | 310 | 352 | 0 | 21 | 3 | 5 | 467 | 76 | 127 |
| Binary | 11110010 | 11001000 | 11101010 | 0 | 10001 | 11 | 101 | 100110111 | 111110 | 1010111 |
Color Harmonies of #F2C8EA
Complementary color
Monochromatic Colors of #F2C8EA
Black with #F2C8EA
Text Example
Text Example
White with #F2C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8EA; }
p { color: rgb(242,200,234); }
H1.HeaderClassName
{
color: #F2C8EA;
}
.AnyTagClassName
{
color: #F2C8EA;
}
</style>
background-color css
<style>
a { background-color: #F2C8EA; }
a { background-color: rgb(242,200,234); }
div.DivClassName
{
background-color: #F2C8EA;
}
.BgClassName
{
background-color: #F2C8EA;
}
</style>
border-color css
<style>
span { border-color: #F2C8EA; }
span { border-color: rgb(242,200,234); }
td.TdClassName
{
border-color: #F2C8EA;
}
.TagClassName
{
border-color: #F2C8EA;
}
</style>