Shades of Snuff #FEC3F9
Tints of Snuff #FEC3F9
RGB
CMYK
RGB Variations
Color information
#FEC3F9 (or 0xFEC3F9) is known color: Snuff. HEX triplet: FE, C3 and F9. RGB value is (254,195,249). Sum of RGB (Red+Green+Blue) = 254+195+249=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 195 (76.56% from 255 or 27.94% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F9 is #013C06. Grayscale: #DADADA. Windows color (decimal): -80903 or 16368638. OLE color: 16368638.
HSL color Cylindrical-coordinate representation of color #FEC3F9: hue angle of 305.08º 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 #FEC3F9 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 249 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.00 |
| HSL | 305.08º | 0.97% | 0.88% | - |
| HSV(B) | 305.08º | 0.23% | 1% | - |
| XYZ | 77.49 | 66.94 | 98.46 | - |
| YUV | 218.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 249 | 0 | 0.23 | 0.02 | 0.00 | 305.08 | 0.97 | 0.88 |
| Hex | FE | C3 | F9 | 0 | 17 | 2 | 0 | 131 | 61 | 58 |
| Octal | 376 | 303 | 371 | 0 | 27 | 2 | 0 | 461 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11111001 | 0 | 10111 | 10 | 0 | 100110001 | 1100001 | 1011000 |
Color Harmonies of #FEC3F9
Complementary color
Monochromatic Colors of #FEC3F9
Black with #FEC3F9
Text Example
Text Example
White with #FEC3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3F9; }
p { color: rgb(254,195,249); }
H1.HeaderClassName
{
color: #FEC3F9;
}
.AnyTagClassName
{
color: #FEC3F9;
}
</style>
background-color css
<style>
a { background-color: #FEC3F9; }
a { background-color: rgb(254,195,249); }
div.DivClassName
{
background-color: #FEC3F9;
}
.BgClassName
{
background-color: #FEC3F9;
}
</style>
border-color css
<style>
span { border-color: #FEC3F9; }
span { border-color: rgb(254,195,249); }
td.TdClassName
{
border-color: #FEC3F9;
}
.TagClassName
{
border-color: #FEC3F9;
}
</style>