Shades of Snuff #FEC4FF
Tints of Snuff #FEC4FF
RGB
CMYK
RGB Variations
Color information
#FEC4FF (or 0xFEC4FF) is known color: Snuff. HEX triplet: FE, C4 and FF. RGB value is (254,196,255). Sum of RGB (Red+Green+Blue) = 254+196+255=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 196 (76.95% from 255 or 27.80% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FF is #013B00. Grayscale: #DBDBDB. Windows color (decimal): -80641 or 16762110. OLE color: 16762110.
HSL color Cylindrical-coordinate representation of color #FEC4FF: hue angle of 298.98º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4FF is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 196 | 255 | - |
| CMYK | 0.00 | 0.23 | 0 | 0 |
| HSL | 298.98º | 1% | 0.88% | - |
| HSV(B) | 298.98º | 0.23% | 1% | - |
| XYZ | 78.66 | 67.77 | 103.54 | - |
| YUV | 220.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 255 | 0.00 | 0.23 | 0 | 0 | 298.98 | 1 | 0.88 |
| Hex | FE | C4 | FF | 0 | 17 | 0 | 0 | 12B | 64 | 58 |
| Octal | 376 | 304 | 377 | 0 | 27 | 0 | 0 | 453 | 144 | 130 |
| Binary | 11111110 | 11000100 | 11111111 | 0 | 10111 | 0 | 0 | 100101011 | 1100100 | 1011000 |
Color Harmonies of #FEC4FF
Complementary color
Monochromatic Colors of #FEC4FF
Black with #FEC4FF
Text Example
Text Example
White with #FEC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4FF; }
p { color: rgb(254,196,255); }
H1.HeaderClassName
{
color: #FEC4FF;
}
.AnyTagClassName
{
color: #FEC4FF;
}
</style>
background-color css
<style>
a { background-color: #FEC4FF; }
a { background-color: rgb(254,196,255); }
div.DivClassName
{
background-color: #FEC4FF;
}
.BgClassName
{
background-color: #FEC4FF;
}
</style>
border-color css
<style>
span { border-color: #FEC4FF; }
span { border-color: rgb(254,196,255); }
td.TdClassName
{
border-color: #FEC4FF;
}
.TagClassName
{
border-color: #FEC4FF;
}
</style>