Shades of Snuff #F3CAF1
Tints of Snuff #F3CAF1
RGB
CMYK
RGB Variations
Color information
#F3CAF1 (or 0xF3CAF1) is known color: Snuff. HEX triplet: F3, CA and F1. RGB value is (243,202,241). Sum of RGB (Red+Green+Blue) = 243+202+241=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAF1 is #0C350E. Grayscale: #DADADA. Windows color (decimal): -800015 or 15846131. OLE color: 15846131.
HSL color Cylindrical-coordinate representation of color #F3CAF1: hue angle of 302.93º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CAF1 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 241 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.05 |
| HSL | 302.93º | 0.63% | 0.87% | - |
| HSV(B) | 302.93º | 0.17% | 0.95% | - |
| XYZ | 73.96 | 67.65 | 92.38 | - |
| YUV | 218.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 241 | 0 | 0.17 | 0.01 | 0.05 | 302.93 | 0.63 | 0.87 |
| Hex | F3 | CA | F1 | 0 | 11 | 1 | 5 | 12F | 3F | 57 |
| Octal | 363 | 312 | 361 | 0 | 21 | 1 | 5 | 457 | 77 | 127 |
| Binary | 11110011 | 11001010 | 11110001 | 0 | 10001 | 1 | 101 | 100101111 | 111111 | 1010111 |
Color Harmonies of #F3CAF1
Complementary color
Monochromatic Colors of #F3CAF1
Black with #F3CAF1
Text Example
Text Example
White with #F3CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAF1; }
p { color: rgb(243,202,241); }
H1.HeaderClassName
{
color: #F3CAF1;
}
.AnyTagClassName
{
color: #F3CAF1;
}
</style>
background-color css
<style>
a { background-color: #F3CAF1; }
a { background-color: rgb(243,202,241); }
div.DivClassName
{
background-color: #F3CAF1;
}
.BgClassName
{
background-color: #F3CAF1;
}
</style>
border-color css
<style>
span { border-color: #F3CAF1; }
span { border-color: rgb(243,202,241); }
td.TdClassName
{
border-color: #F3CAF1;
}
.TagClassName
{
border-color: #F3CAF1;
}
</style>