Shades of Snuff #FEC6FC
Tints of Snuff #FEC6FC
RGB
CMYK
RGB Variations
Color information
#FEC6FC (or 0xFEC6FC) is known color: Snuff. HEX triplet: FE, C6 and FC. RGB value is (254,198,252). Sum of RGB (Red+Green+Blue) = 254+198+252=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 198 (77.73% from 255 or 28.12% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6FC is #013903. Grayscale: #DCDCDC. Windows color (decimal): -80132 or 16566014. OLE color: 16566014.
HSL color Cylindrical-coordinate representation of color #FEC6FC: hue angle of 302.14º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6FC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 252 | - |
CMYK | 0 | 0.22 | 0.01 | 0.00 |
HSL | 302.14º | 0.97% | 0.89% | - |
HSV(B) | 302.14º | 0.22% | 1% | - |
XYZ | 78.64 | 68.49 | 101.17 | - |
YUV | 220.9 | 145.55 | 151.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 252 | 0 | 0.22 | 0.01 | 0.00 | 302.14 | 0.97 | 0.89 |
Hex | FE | C6 | FC | 0 | 16 | 1 | 0 | 12E | 61 | 59 |
Octal | 376 | 306 | 374 | 0 | 26 | 1 | 0 | 456 | 141 | 131 |
Binary | 11111110 | 11000110 | 11111100 | 0 | 10110 | 1 | 0 | 100101110 | 1100001 | 1011001 |
Color Harmonies of #FEC6FC
Complementary color
Monochromatic Colors of #FEC6FC
Black with #FEC6FC
Text Example
Text Example
White with #FEC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6FC; }
p { color: rgb(254,198,252); }
H1.HeaderClassName
{
color: #FEC6FC;
}
.AnyTagClassName
{
color: #FEC6FC;
}
</style>
background-color css
<style>
a { background-color: #FEC6FC; }
a { background-color: rgb(254,198,252); }
div.DivClassName
{
background-color: #FEC6FC;
}
.BgClassName
{
background-color: #FEC6FC;
}
</style>
border-color css
<style>
span { border-color: #FEC6FC; }
span { border-color: rgb(254,198,252); }
td.TdClassName
{
border-color: #FEC6FC;
}
.TagClassName
{
border-color: #FEC6FC;
}
</style>