Shades of Snuff #F2CCEB
Tints of Snuff #F2CCEB
RGB
CMYK
RGB Variations
Color information
#F2CCEB (or 0xF2CCEB) is known color: Snuff. HEX triplet: F2, CC and EB. RGB value is (242,204,235). Sum of RGB (Red+Green+Blue) = 242+204+235=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEB is #0D3314. Grayscale: #DADADA. Windows color (decimal): -865045 or 15453426. OLE color: 15453426.
HSL color Cylindrical-coordinate representation of color #F2CCEB: hue angle of 311.05º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCEB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 235 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 311.05º | 0.59% | 0.87% | - |
| HSV(B) | 311.05º | 0.16% | 0.95% | - |
| XYZ | 73.21 | 68.06 | 87.88 | - |
| YUV | 218.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 235 | 0 | 0.16 | 0.03 | 0.05 | 311.05 | 0.59 | 0.87 |
| Hex | F2 | CC | EB | 0 | 10 | 3 | 5 | 137 | 3B | 57 |
| Octal | 362 | 314 | 353 | 0 | 20 | 3 | 5 | 467 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11101011 | 0 | 10000 | 11 | 101 | 100110111 | 111011 | 1010111 |
Color Harmonies of #F2CCEB
Complementary color
Monochromatic Colors of #F2CCEB
Black with #F2CCEB
Text Example
Text Example
White with #F2CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCEB; }
p { color: rgb(242,204,235); }
H1.HeaderClassName
{
color: #F2CCEB;
}
.AnyTagClassName
{
color: #F2CCEB;
}
</style>
background-color css
<style>
a { background-color: #F2CCEB; }
a { background-color: rgb(242,204,235); }
div.DivClassName
{
background-color: #F2CCEB;
}
.BgClassName
{
background-color: #F2CCEB;
}
</style>
border-color css
<style>
span { border-color: #F2CCEB; }
span { border-color: rgb(242,204,235); }
td.TdClassName
{
border-color: #F2CCEB;
}
.TagClassName
{
border-color: #F2CCEB;
}
</style>