Shades of Snuff #FEC6FA
Tints of Snuff #FEC6FA
RGB
CMYK
RGB Variations
Color information
#FEC6FA (or 0xFEC6FA) is known color: Snuff. HEX triplet: FE, C6 and FA. RGB value is (254,198,250). Sum of RGB (Red+Green+Blue) = 254+198+250=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 198 (77.73% from 255 or 28.21% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6FA is #013905. Grayscale: #DCDCDC. Windows color (decimal): -80134 or 16434942. OLE color: 16434942.
HSL color Cylindrical-coordinate representation of color #FEC6FA: hue angle of 304.29º 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 #FEC6FA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 250 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.00 |
| HSL | 304.29º | 0.97% | 0.89% | - |
| HSV(B) | 304.29º | 0.22% | 1% | - |
| XYZ | 78.32 | 68.36 | 99.51 | - |
| YUV | 220.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 250 | 0 | 0.22 | 0.02 | 0.00 | 304.29 | 0.97 | 0.89 |
| Hex | FE | C6 | FA | 0 | 16 | 2 | 0 | 130 | 61 | 59 |
| Octal | 376 | 306 | 372 | 0 | 26 | 2 | 0 | 460 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11111010 | 0 | 10110 | 10 | 0 | 100110000 | 1100001 | 1011001 |
Color Harmonies of #FEC6FA
Complementary color
Monochromatic Colors of #FEC6FA
Black with #FEC6FA
Text Example
Text Example
White with #FEC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6FA; }
p { color: rgb(254,198,250); }
H1.HeaderClassName
{
color: #FEC6FA;
}
.AnyTagClassName
{
color: #FEC6FA;
}
</style>
background-color css
<style>
a { background-color: #FEC6FA; }
a { background-color: rgb(254,198,250); }
div.DivClassName
{
background-color: #FEC6FA;
}
.BgClassName
{
background-color: #FEC6FA;
}
</style>
border-color css
<style>
span { border-color: #FEC6FA; }
span { border-color: rgb(254,198,250); }
td.TdClassName
{
border-color: #FEC6FA;
}
.TagClassName
{
border-color: #FEC6FA;
}
</style>