Shades of Snuff #FEC0FC
Tints of Snuff #FEC0FC
RGB
CMYK
RGB Variations
Color information
#FEC0FC (or 0xFEC0FC) is known color: Snuff. HEX triplet: FE, C0 and FC. RGB value is (254,192,252). Sum of RGB (Red+Green+Blue) = 254+192+252=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FC is #013F03. Grayscale: #D9D9D9. Windows color (decimal): -81668 or 16564478. OLE color: 16564478.
HSL color Cylindrical-coordinate representation of color #FEC0FC: hue angle of 301.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0FC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 252 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.00 |
| HSL | 301.94º | 0.97% | 0.87% | - |
| HSV(B) | 301.94º | 0.24% | 1% | - |
| XYZ | 77.29 | 65.8 | 100.72 | - |
| YUV | 217.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 252 | 0 | 0.24 | 0.01 | 0.00 | 301.94 | 0.97 | 0.87 |
| Hex | FE | C0 | FC | 0 | 18 | 1 | 0 | 12E | 61 | 57 |
| Octal | 376 | 300 | 374 | 0 | 30 | 1 | 0 | 456 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11111100 | 0 | 11000 | 1 | 0 | 100101110 | 1100001 | 1010111 |
Color Harmonies of #FEC0FC
Complementary color
Monochromatic Colors of #FEC0FC
Black with #FEC0FC
Text Example
Text Example
White with #FEC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0FC; }
p { color: rgb(254,192,252); }
H1.HeaderClassName
{
color: #FEC0FC;
}
.AnyTagClassName
{
color: #FEC0FC;
}
</style>
background-color css
<style>
a { background-color: #FEC0FC; }
a { background-color: rgb(254,192,252); }
div.DivClassName
{
background-color: #FEC0FC;
}
.BgClassName
{
background-color: #FEC0FC;
}
</style>
border-color css
<style>
span { border-color: #FEC0FC; }
span { border-color: rgb(254,192,252); }
td.TdClassName
{
border-color: #FEC0FC;
}
.TagClassName
{
border-color: #FEC0FC;
}
</style>