Shades of Snuff #F2CCF0
Tints of Snuff #F2CCF0
RGB
CMYK
RGB Variations
Color information
#F2CCF0 (or 0xF2CCF0) is known color: Snuff. HEX triplet: F2, CC and F0. RGB value is (242,204,240). Sum of RGB (Red+Green+Blue) = 242+204+240=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCF0 is #0D330F. Grayscale: #DBDBDB. Windows color (decimal): -865040 or 15781106. OLE color: 15781106.
HSL color Cylindrical-coordinate representation of color #F2CCF0: hue angle of 303.16º 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 #F2CCF0 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 240 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 303.16º | 0.59% | 0.87% | - |
| HSV(B) | 303.16º | 0.16% | 0.95% | - |
| XYZ | 73.94 | 68.35 | 91.73 | - |
| YUV | 219.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 240 | 0 | 0.16 | 0.01 | 0.05 | 303.16 | 0.59 | 0.87 |
| Hex | F2 | CC | F0 | 0 | 10 | 1 | 5 | 12F | 3B | 57 |
| Octal | 362 | 314 | 360 | 0 | 20 | 1 | 5 | 457 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11110000 | 0 | 10000 | 1 | 101 | 100101111 | 111011 | 1010111 |
Color Harmonies of #F2CCF0
Complementary color
Monochromatic Colors of #F2CCF0
Black with #F2CCF0
Text Example
Text Example
White with #F2CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCF0; }
p { color: rgb(242,204,240); }
H1.HeaderClassName
{
color: #F2CCF0;
}
.AnyTagClassName
{
color: #F2CCF0;
}
</style>
background-color css
<style>
a { background-color: #F2CCF0; }
a { background-color: rgb(242,204,240); }
div.DivClassName
{
background-color: #F2CCF0;
}
.BgClassName
{
background-color: #F2CCF0;
}
</style>
border-color css
<style>
span { border-color: #F2CCF0; }
span { border-color: rgb(242,204,240); }
td.TdClassName
{
border-color: #F2CCF0;
}
.TagClassName
{
border-color: #F2CCF0;
}
</style>