Shades of Snuff #F1CAEA
Tints of Snuff #F1CAEA
RGB
CMYK
RGB Variations
Color information
#F1CAEA (or 0xF1CAEA) is known color: Snuff. HEX triplet: F1, CA and EA. RGB value is (241,202,234). Sum of RGB (Red+Green+Blue) = 241+202+234=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAEA is #0E3515. Grayscale: #D9D9D9. Windows color (decimal): -931094 or 15387377. OLE color: 15387377.
HSL color Cylindrical-coordinate representation of color #F1CAEA: hue angle of 310.77º 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 #F1CAEA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 234 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 310.77º | 0.58% | 0.87% | - |
| HSV(B) | 310.77º | 0.16% | 0.95% | - |
| XYZ | 72.25 | 66.88 | 86.94 | - |
| YUV | 217.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 234 | 0 | 0.16 | 0.03 | 0.05 | 310.77 | 0.58 | 0.87 |
| Hex | F1 | CA | EA | 0 | 10 | 3 | 5 | 137 | 3A | 57 |
| Octal | 361 | 312 | 352 | 0 | 20 | 3 | 5 | 467 | 72 | 127 |
| Binary | 11110001 | 11001010 | 11101010 | 0 | 10000 | 11 | 101 | 100110111 | 111010 | 1010111 |
Color Harmonies of #F1CAEA
Complementary color
Monochromatic Colors of #F1CAEA
Black with #F1CAEA
Text Example
Text Example
White with #F1CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CAEA; }
p { color: rgb(241,202,234); }
H1.HeaderClassName
{
color: #F1CAEA;
}
.AnyTagClassName
{
color: #F1CAEA;
}
</style>
background-color css
<style>
a { background-color: #F1CAEA; }
a { background-color: rgb(241,202,234); }
div.DivClassName
{
background-color: #F1CAEA;
}
.BgClassName
{
background-color: #F1CAEA;
}
</style>
border-color css
<style>
span { border-color: #F1CAEA; }
span { border-color: rgb(241,202,234); }
td.TdClassName
{
border-color: #F1CAEA;
}
.TagClassName
{
border-color: #F1CAEA;
}
</style>