Shades of Snuff #F3CAF7
Tints of Snuff #F3CAF7
RGB
CMYK
RGB Variations
Color information
#F3CAF7 (or 0xF3CAF7) is known color: Snuff. HEX triplet: F3, CA and F7. RGB value is (243,202,247). Sum of RGB (Red+Green+Blue) = 243+202+247=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #F3CAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAF7 is #0C3508. Grayscale: #DBDBDB. Windows color (decimal): -800009 or 16239347. OLE color: 16239347.
HSL color Cylindrical-coordinate representation of color #F3CAF7: hue angle of 294.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3CAF7 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 202 | 247 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.03 |
| HSL | 294.67º | 0.74% | 0.88% | - |
| HSV(B) | 294.67º | 0.18% | 0.97% | - |
| XYZ | 74.87 | 68.01 | 97.18 | - |
| YUV | 219.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 247 | 0.02 | 0.18 | 0 | 0.03 | 294.67 | 0.74 | 0.88 |
| Hex | F3 | CA | F7 | 2 | 12 | 0 | 3 | 127 | 4A | 58 |
| Octal | 363 | 312 | 367 | 2 | 22 | 0 | 3 | 447 | 112 | 130 |
| Binary | 11110011 | 11001010 | 11110111 | 10 | 10010 | 0 | 11 | 100100111 | 1001010 | 1011000 |
Color Harmonies of #F3CAF7
Complementary color
Monochromatic Colors of #F3CAF7
Black with #F3CAF7
Text Example
Text Example
White with #F3CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAF7; }
p { color: rgb(243,202,247); }
H1.HeaderClassName
{
color: #F3CAF7;
}
.AnyTagClassName
{
color: #F3CAF7;
}
</style>
background-color css
<style>
a { background-color: #F3CAF7; }
a { background-color: rgb(243,202,247); }
div.DivClassName
{
background-color: #F3CAF7;
}
.BgClassName
{
background-color: #F3CAF7;
}
</style>
border-color css
<style>
span { border-color: #F3CAF7; }
span { border-color: rgb(243,202,247); }
td.TdClassName
{
border-color: #F3CAF7;
}
.TagClassName
{
border-color: #F3CAF7;
}
</style>