Shades of Snuff #F1CAF0
Tints of Snuff #F1CAF0
RGB
CMYK
RGB Variations
Color information
#F1CAF0 (or 0xF1CAF0) is known color: Snuff. HEX triplet: F1, CA and F0. RGB value is (241,202,240). Sum of RGB (Red+Green+Blue) = 241+202+240=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAF0 is #0E350F. Grayscale: #D9D9D9. Windows color (decimal): -931088 or 15780593. OLE color: 15780593.
HSL color Cylindrical-coordinate representation of color #F1CAF0: hue angle of 301.54º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CAF0 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 240 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.05 |
| HSL | 301.54º | 0.58% | 0.87% | - |
| HSV(B) | 301.54º | 0.16% | 0.95% | - |
| XYZ | 73.12 | 67.23 | 91.56 | - |
| YUV | 217.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 240 | 0 | 0.16 | 0.00 | 0.05 | 301.54 | 0.58 | 0.87 |
| Hex | F1 | CA | F0 | 0 | 10 | 0 | 5 | 12E | 3A | 57 |
| Octal | 361 | 312 | 360 | 0 | 20 | 0 | 5 | 456 | 72 | 127 |
| Binary | 11110001 | 11001010 | 11110000 | 0 | 10000 | 0 | 101 | 100101110 | 111010 | 1010111 |
Color Harmonies of #F1CAF0
Complementary color
Monochromatic Colors of #F1CAF0
Black with #F1CAF0
Text Example
Text Example
White with #F1CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CAF0; }
p { color: rgb(241,202,240); }
H1.HeaderClassName
{
color: #F1CAF0;
}
.AnyTagClassName
{
color: #F1CAF0;
}
</style>
background-color css
<style>
a { background-color: #F1CAF0; }
a { background-color: rgb(241,202,240); }
div.DivClassName
{
background-color: #F1CAF0;
}
.BgClassName
{
background-color: #F1CAF0;
}
</style>
border-color css
<style>
span { border-color: #F1CAF0; }
span { border-color: rgb(241,202,240); }
td.TdClassName
{
border-color: #F1CAF0;
}
.TagClassName
{
border-color: #F1CAF0;
}
</style>