Shades of Snuff #F1DCEE
Tints of Snuff #F1DCEE
RGB
CMYK
RGB Variations
Color information
#F1DCEE (or 0xF1DCEE) is known color: Snuff. HEX triplet: F1, DC and EE. RGB value is (241,220,238). Sum of RGB (Red+Green+Blue) = 241+220+238=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCEE is #0E2311. Grayscale: #E4E4E4. Windows color (decimal): -926482 or 15654129. OLE color: 15654129.
HSL color Cylindrical-coordinate representation of color #F1DCEE: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCEE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 238 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.05 |
| HSL | 308.57º | 0.43% | 0.9% | - |
| HSV(B) | 308.57º | 0.09% | 0.95% | - |
| XYZ | 77.3 | 76.06 | 91.5 | - |
| YUV | 228.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 238 | 0 | 0.09 | 0.01 | 0.05 | 308.57 | 0.43 | 0.9 |
| Hex | F1 | DC | EE | 0 | 9 | 1 | 5 | 135 | 2B | 5A |
| Octal | 361 | 334 | 356 | 0 | 11 | 1 | 5 | 465 | 53 | 132 |
| Binary | 11110001 | 11011100 | 11101110 | 0 | 1001 | 1 | 101 | 100110101 | 101011 | 1011010 |
Color Harmonies of #F1DCEE
Complementary color
Monochromatic Colors of #F1DCEE
Black with #F1DCEE
Text Example
Text Example
White with #F1DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCEE; }
p { color: rgb(241,220,238); }
H1.HeaderClassName
{
color: #F1DCEE;
}
.AnyTagClassName
{
color: #F1DCEE;
}
</style>
background-color css
<style>
a { background-color: #F1DCEE; }
a { background-color: rgb(241,220,238); }
div.DivClassName
{
background-color: #F1DCEE;
}
.BgClassName
{
background-color: #F1DCEE;
}
</style>
border-color css
<style>
span { border-color: #F1DCEE; }
span { border-color: rgb(241,220,238); }
td.TdClassName
{
border-color: #F1DCEE;
}
.TagClassName
{
border-color: #F1DCEE;
}
</style>