Shades of Snuff #FEC0FB
Tints of Snuff #FEC0FB
RGB
CMYK
RGB Variations
Color information
#FEC0FB (or 0xFEC0FB) is known color: Snuff. HEX triplet: FE, C0 and FB. RGB value is (254,192,251). Sum of RGB (Red+Green+Blue) = 254+192+251=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 192 (75.39% from 255 or 27.55% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FB is #013F04. Grayscale: #D9D9D9. Windows color (decimal): -81669 or 16498942. OLE color: 16498942.
HSL color Cylindrical-coordinate representation of color #FEC0FB: hue angle of 302.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0FB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 251 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.00 |
| HSL | 302.9º | 0.97% | 0.87% | - |
| HSV(B) | 302.9º | 0.24% | 1% | - |
| XYZ | 77.14 | 65.74 | 99.89 | - |
| YUV | 217.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 251 | 0 | 0.24 | 0.01 | 0.00 | 302.9 | 0.97 | 0.87 |
| Hex | FE | C0 | FB | 0 | 18 | 1 | 0 | 12F | 61 | 57 |
| Octal | 376 | 300 | 373 | 0 | 30 | 1 | 0 | 457 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11111011 | 0 | 11000 | 1 | 0 | 100101111 | 1100001 | 1010111 |
Color Harmonies of #FEC0FB
Complementary color
Monochromatic Colors of #FEC0FB
Black with #FEC0FB
Text Example
Text Example
White with #FEC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0FB; }
p { color: rgb(254,192,251); }
H1.HeaderClassName
{
color: #FEC0FB;
}
.AnyTagClassName
{
color: #FEC0FB;
}
</style>
background-color css
<style>
a { background-color: #FEC0FB; }
a { background-color: rgb(254,192,251); }
div.DivClassName
{
background-color: #FEC0FB;
}
.BgClassName
{
background-color: #FEC0FB;
}
</style>
border-color css
<style>
span { border-color: #FEC0FB; }
span { border-color: rgb(254,192,251); }
td.TdClassName
{
border-color: #FEC0FB;
}
.TagClassName
{
border-color: #FEC0FB;
}
</style>