Shades of Snuff #FEC7F5
Tints of Snuff #FEC7F5
RGB
CMYK
RGB Variations
Color information
#FEC7F5 (or 0xFEC7F5) is known color: Snuff. HEX triplet: FE, C7 and F5. RGB value is (254,199,245). Sum of RGB (Red+Green+Blue) = 254+199+245=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 199 (78.12% from 255 or 28.51% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7F5 is #01380A. Grayscale: #DCDCDC. Windows color (decimal): -79883 or 16107518. OLE color: 16107518.
HSL color Cylindrical-coordinate representation of color #FEC7F5: hue angle of 309.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7F5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 245 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.00 |
| HSL | 309.82º | 0.96% | 0.89% | - |
| HSV(B) | 309.82º | 0.22% | 1% | - |
| XYZ | 77.78 | 68.51 | 95.51 | - |
| YUV | 220.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 245 | 0 | 0.22 | 0.04 | 0.00 | 309.82 | 0.96 | 0.89 |
| Hex | FE | C7 | F5 | 0 | 16 | 4 | 0 | 136 | 60 | 59 |
| Octal | 376 | 307 | 365 | 0 | 26 | 4 | 0 | 466 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11110101 | 0 | 10110 | 100 | 0 | 100110110 | 1100000 | 1011001 |
Color Harmonies of #FEC7F5
Complementary color
Monochromatic Colors of #FEC7F5
Black with #FEC7F5
Text Example
Text Example
White with #FEC7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7F5; }
p { color: rgb(254,199,245); }
H1.HeaderClassName
{
color: #FEC7F5;
}
.AnyTagClassName
{
color: #FEC7F5;
}
</style>
background-color css
<style>
a { background-color: #FEC7F5; }
a { background-color: rgb(254,199,245); }
div.DivClassName
{
background-color: #FEC7F5;
}
.BgClassName
{
background-color: #FEC7F5;
}
</style>
border-color css
<style>
span { border-color: #FEC7F5; }
span { border-color: rgb(254,199,245); }
td.TdClassName
{
border-color: #FEC7F5;
}
.TagClassName
{
border-color: #FEC7F5;
}
</style>