Shades of Snuff #FEC5FE
Tints of Snuff #FEC5FE
RGB
CMYK
RGB Variations
Color information
#FEC5FE (or 0xFEC5FE) is known color: Snuff. HEX triplet: FE, C5 and FE. RGB value is (254,197,254). Sum of RGB (Red+Green+Blue) = 254+197+254=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 197 (77.34% from 255 or 27.94% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FE is #013A01. Grayscale: #DCDCDC. Windows color (decimal): -80386 or 16696830. OLE color: 16696830.
HSL color Cylindrical-coordinate representation of color #FEC5FE: hue angle of 300º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5FE is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 254 | - |
| CMYK | 0 | 0.22 | 0 | 0.00 |
| HSL | 300º | 0.97% | 0.88% | - |
| HSV(B) | 300º | 0.22% | 1% | - |
| XYZ | 78.73 | 68.16 | 102.77 | - |
| YUV | 220.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 254 | 0 | 0.22 | 0 | 0.00 | 300 | 0.97 | 0.88 |
| Hex | FE | C5 | FE | 0 | 16 | 0 | 0 | 12C | 61 | 58 |
| Octal | 376 | 305 | 376 | 0 | 26 | 0 | 0 | 454 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11111110 | 0 | 10110 | 0 | 0 | 100101100 | 1100001 | 1011000 |
Color Harmonies of #FEC5FE
Complementary color
Monochromatic Colors of #FEC5FE
Black with #FEC5FE
Text Example
Text Example
White with #FEC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5FE; }
p { color: rgb(254,197,254); }
H1.HeaderClassName
{
color: #FEC5FE;
}
.AnyTagClassName
{
color: #FEC5FE;
}
</style>
background-color css
<style>
a { background-color: #FEC5FE; }
a { background-color: rgb(254,197,254); }
div.DivClassName
{
background-color: #FEC5FE;
}
.BgClassName
{
background-color: #FEC5FE;
}
</style>
border-color css
<style>
span { border-color: #FEC5FE; }
span { border-color: rgb(254,197,254); }
td.TdClassName
{
border-color: #FEC5FE;
}
.TagClassName
{
border-color: #FEC5FE;
}
</style>