Shades of Snuff #F3CFF3
Tints of Snuff #F3CFF3
RGB
CMYK
RGB Variations
Color information
#F3CFF3 (or 0xF3CFF3) is known color: Snuff. HEX triplet: F3, CF and F3. RGB value is (243,207,243). Sum of RGB (Red+Green+Blue) = 243+207+243=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F3CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFF3 is #0C300C. Grayscale: #DDDDDD. Windows color (decimal): -798733 or 15978483. OLE color: 15978483.
HSL color Cylindrical-coordinate representation of color #F3CFF3: hue angle of 300º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFF3 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 243 | - |
| CMYK | 0 | 0.15 | 0 | 0.05 |
| HSL | 300º | 0.6% | 0.88% | - |
| HSV(B) | 300º | 0.15% | 0.95% | - |
| XYZ | 75.45 | 70.15 | 94.36 | - |
| YUV | 221.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 243 | 0 | 0.15 | 0 | 0.05 | 300 | 0.6 | 0.88 |
| Hex | F3 | CF | F3 | 0 | F | 0 | 5 | 12C | 3C | 58 |
| Octal | 363 | 317 | 363 | 0 | 17 | 0 | 5 | 454 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11110011 | 0 | 1111 | 0 | 101 | 100101100 | 111100 | 1011000 |
Color Harmonies of #F3CFF3
Complementary color
Monochromatic Colors of #F3CFF3
Black with #F3CFF3
Text Example
Text Example
White with #F3CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFF3; }
p { color: rgb(243,207,243); }
H1.HeaderClassName
{
color: #F3CFF3;
}
.AnyTagClassName
{
color: #F3CFF3;
}
</style>
background-color css
<style>
a { background-color: #F3CFF3; }
a { background-color: rgb(243,207,243); }
div.DivClassName
{
background-color: #F3CFF3;
}
.BgClassName
{
background-color: #F3CFF3;
}
</style>
border-color css
<style>
span { border-color: #F3CFF3; }
span { border-color: rgb(243,207,243); }
td.TdClassName
{
border-color: #F3CFF3;
}
.TagClassName
{
border-color: #F3CFF3;
}
</style>