Shades of Snuff #F3CFF9
Tints of Snuff #F3CFF9
RGB
CMYK
RGB Variations
Color information
#F3CFF9 (or 0xF3CFF9) is known color: Snuff. HEX triplet: F3, CF and F9. RGB value is (243,207,249). Sum of RGB (Red+Green+Blue) = 243+207+249=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3CFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFF9 is #0C3006. Grayscale: #DEDEDE. Windows color (decimal): -798727 or 16371699. OLE color: 16371699.
HSL color Cylindrical-coordinate representation of color #F3CFF9: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CFF9 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 207 | 249 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.02 |
| HSL | 291.43º | 0.78% | 0.89% | - |
| HSV(B) | 291.43º | 0.17% | 0.98% | - |
| XYZ | 76.37 | 70.52 | 99.21 | - |
| YUV | 222.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 249 | 0.02 | 0.17 | 0 | 0.02 | 291.43 | 0.78 | 0.89 |
| Hex | F3 | CF | F9 | 2 | 11 | 0 | 2 | 123 | 4E | 59 |
| Octal | 363 | 317 | 371 | 2 | 21 | 0 | 2 | 443 | 116 | 131 |
| Binary | 11110011 | 11001111 | 11111001 | 10 | 10001 | 0 | 10 | 100100011 | 1001110 | 1011001 |
Color Harmonies of #F3CFF9
Complementary color
Monochromatic Colors of #F3CFF9
Black with #F3CFF9
Text Example
Text Example
White with #F3CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFF9; }
p { color: rgb(243,207,249); }
H1.HeaderClassName
{
color: #F3CFF9;
}
.AnyTagClassName
{
color: #F3CFF9;
}
</style>
background-color css
<style>
a { background-color: #F3CFF9; }
a { background-color: rgb(243,207,249); }
div.DivClassName
{
background-color: #F3CFF9;
}
.BgClassName
{
background-color: #F3CFF9;
}
</style>
border-color css
<style>
span { border-color: #F3CFF9; }
span { border-color: rgb(243,207,249); }
td.TdClassName
{
border-color: #F3CFF9;
}
.TagClassName
{
border-color: #F3CFF9;
}
</style>