Shades of Snuff #F3CCF0
Tints of Snuff #F3CCF0
RGB
CMYK
RGB Variations
Color information
#F3CCF0 (or 0xF3CCF0) is known color: Snuff. HEX triplet: F3, CC and F0. RGB value is (243,204,240). Sum of RGB (Red+Green+Blue) = 243+204+240=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CCF0 is #0C330F. Grayscale: #DBDBDB. Windows color (decimal): -799504 or 15781107. OLE color: 15781107.
HSL color Cylindrical-coordinate representation of color #F3CCF0: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCF0 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 240 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 304.62º | 0.62% | 0.88% | - |
| HSV(B) | 304.62º | 0.16% | 0.95% | - |
| XYZ | 74.28 | 68.53 | 91.75 | - |
| YUV | 219.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 240 | 0 | 0.16 | 0.01 | 0.05 | 304.62 | 0.62 | 0.88 |
| Hex | F3 | CC | F0 | 0 | 10 | 1 | 5 | 131 | 3E | 58 |
| Octal | 363 | 314 | 360 | 0 | 20 | 1 | 5 | 461 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11110000 | 0 | 10000 | 1 | 101 | 100110001 | 111110 | 1011000 |
Color Harmonies of #F3CCF0
Complementary color
Monochromatic Colors of #F3CCF0
Black with #F3CCF0
Text Example
Text Example
White with #F3CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCF0; }
p { color: rgb(243,204,240); }
H1.HeaderClassName
{
color: #F3CCF0;
}
.AnyTagClassName
{
color: #F3CCF0;
}
</style>
background-color css
<style>
a { background-color: #F3CCF0; }
a { background-color: rgb(243,204,240); }
div.DivClassName
{
background-color: #F3CCF0;
}
.BgClassName
{
background-color: #F3CCF0;
}
</style>
border-color css
<style>
span { border-color: #F3CCF0; }
span { border-color: rgb(243,204,240); }
td.TdClassName
{
border-color: #F3CCF0;
}
.TagClassName
{
border-color: #F3CCF0;
}
</style>