Shades of Snuff #FEC1FC
Tints of Snuff #FEC1FC
RGB
CMYK
RGB Variations
Color information
#FEC1FC (or 0xFEC1FC) is known color: Snuff. HEX triplet: FE, C1 and FC. RGB value is (254,193,252). Sum of RGB (Red+Green+Blue) = 254+193+252=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 193 (75.78% from 255 or 27.61% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FC is #013E03. Grayscale: #D9D9D9. Windows color (decimal): -81412 or 16564734. OLE color: 16564734.
HSL color Cylindrical-coordinate representation of color #FEC1FC: hue angle of 301.97º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1FC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 252 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.00 |
| HSL | 301.97º | 0.97% | 0.88% | - |
| HSV(B) | 301.97º | 0.24% | 1% | - |
| XYZ | 77.51 | 66.24 | 100.8 | - |
| YUV | 217.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 252 | 0 | 0.24 | 0.01 | 0.00 | 301.97 | 0.97 | 0.88 |
| Hex | FE | C1 | FC | 0 | 18 | 1 | 0 | 12E | 61 | 58 |
| Octal | 376 | 301 | 374 | 0 | 30 | 1 | 0 | 456 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11111100 | 0 | 11000 | 1 | 0 | 100101110 | 1100001 | 1011000 |
Color Harmonies of #FEC1FC
Complementary color
Monochromatic Colors of #FEC1FC
Black with #FEC1FC
Text Example
Text Example
White with #FEC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1FC; }
p { color: rgb(254,193,252); }
H1.HeaderClassName
{
color: #FEC1FC;
}
.AnyTagClassName
{
color: #FEC1FC;
}
</style>
background-color css
<style>
a { background-color: #FEC1FC; }
a { background-color: rgb(254,193,252); }
div.DivClassName
{
background-color: #FEC1FC;
}
.BgClassName
{
background-color: #FEC1FC;
}
</style>
border-color css
<style>
span { border-color: #FEC1FC; }
span { border-color: rgb(254,193,252); }
td.TdClassName
{
border-color: #FEC1FC;
}
.TagClassName
{
border-color: #FEC1FC;
}
</style>