Shades of Snuff #FEC3F8
Tints of Snuff #FEC3F8
RGB
CMYK
RGB Variations
Color information
#FEC3F8 (or 0xFEC3F8) is known color: Snuff. HEX triplet: FE, C3 and F8. RGB value is (254,195,248). Sum of RGB (Red+Green+Blue) = 254+195+248=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 195 (76.56% from 255 or 27.98% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F8 is #013C07. Grayscale: #DADADA. Windows color (decimal): -80904 or 16303102. OLE color: 16303102.
HSL color Cylindrical-coordinate representation of color #FEC3F8: hue angle of 306.1º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3F8 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 248 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.00 |
| HSL | 306.1º | 0.97% | 0.88% | - |
| HSV(B) | 306.1º | 0.23% | 1% | - |
| XYZ | 77.33 | 66.88 | 97.64 | - |
| YUV | 218.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 248 | 0 | 0.23 | 0.02 | 0.00 | 306.1 | 0.97 | 0.88 |
| Hex | FE | C3 | F8 | 0 | 17 | 2 | 0 | 132 | 61 | 58 |
| Octal | 376 | 303 | 370 | 0 | 27 | 2 | 0 | 462 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11111000 | 0 | 10111 | 10 | 0 | 100110010 | 1100001 | 1011000 |
Color Harmonies of #FEC3F8
Complementary color
Monochromatic Colors of #FEC3F8
Black with #FEC3F8
Text Example
Text Example
White with #FEC3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3F8; }
p { color: rgb(254,195,248); }
H1.HeaderClassName
{
color: #FEC3F8;
}
.AnyTagClassName
{
color: #FEC3F8;
}
</style>
background-color css
<style>
a { background-color: #FEC3F8; }
a { background-color: rgb(254,195,248); }
div.DivClassName
{
background-color: #FEC3F8;
}
.BgClassName
{
background-color: #FEC3F8;
}
</style>
border-color css
<style>
span { border-color: #FEC3F8; }
span { border-color: rgb(254,195,248); }
td.TdClassName
{
border-color: #FEC3F8;
}
.TagClassName
{
border-color: #FEC3F8;
}
</style>