Shades of Snuff #F3CFF2
Tints of Snuff #F3CFF2
RGB
CMYK
RGB Variations
Color information
#F3CFF2 (or 0xF3CFF2) is known color: Snuff. HEX triplet: F3, CF and F2. RGB value is (243,207,242). Sum of RGB (Red+Green+Blue) = 243+207+242=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFF2 is #0C300D. Grayscale: #DDDDDD. Windows color (decimal): -798734 or 15912947. OLE color: 15912947.
HSL color Cylindrical-coordinate representation of color #F3CFF2: hue angle of 301.67º 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 #F3CFF2 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 242 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.05 |
| HSL | 301.67º | 0.6% | 0.88% | - |
| HSV(B) | 301.67º | 0.15% | 0.95% | - |
| XYZ | 75.3 | 70.09 | 93.56 | - |
| YUV | 221.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 242 | 0 | 0.15 | 0.00 | 0.05 | 301.67 | 0.6 | 0.88 |
| Hex | F3 | CF | F2 | 0 | F | 0 | 5 | 12E | 3C | 58 |
| Octal | 363 | 317 | 362 | 0 | 17 | 0 | 5 | 456 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11110010 | 0 | 1111 | 0 | 101 | 100101110 | 111100 | 1011000 |
Color Harmonies of #F3CFF2
Complementary color
Monochromatic Colors of #F3CFF2
Black with #F3CFF2
Text Example
Text Example
White with #F3CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFF2; }
p { color: rgb(243,207,242); }
H1.HeaderClassName
{
color: #F3CFF2;
}
.AnyTagClassName
{
color: #F3CFF2;
}
</style>
background-color css
<style>
a { background-color: #F3CFF2; }
a { background-color: rgb(243,207,242); }
div.DivClassName
{
background-color: #F3CFF2;
}
.BgClassName
{
background-color: #F3CFF2;
}
</style>
border-color css
<style>
span { border-color: #F3CFF2; }
span { border-color: rgb(243,207,242); }
td.TdClassName
{
border-color: #F3CFF2;
}
.TagClassName
{
border-color: #F3CFF2;
}
</style>