Shades of Snuff #FEC1FB
Tints of Snuff #FEC1FB
RGB
CMYK
RGB Variations
Color information
#FEC1FB (or 0xFEC1FB) is known color: Snuff. HEX triplet: FE, C1 and FB. RGB value is (254,193,251). Sum of RGB (Red+Green+Blue) = 254+193+251=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 193 (75.78% from 255 or 27.65% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FB is #013E04. Grayscale: #D9D9D9. Windows color (decimal): -81413 or 16499198. OLE color: 16499198.
HSL color Cylindrical-coordinate representation of color #FEC1FB: hue angle of 302.95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1FB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 251 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.00 |
| HSL | 302.95º | 0.97% | 0.88% | - |
| HSV(B) | 302.95º | 0.24% | 1% | - |
| XYZ | 77.36 | 66.18 | 99.96 | - |
| YUV | 217.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 251 | 0 | 0.24 | 0.01 | 0.00 | 302.95 | 0.97 | 0.88 |
| Hex | FE | C1 | FB | 0 | 18 | 1 | 0 | 12F | 61 | 58 |
| Octal | 376 | 301 | 373 | 0 | 30 | 1 | 0 | 457 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11111011 | 0 | 11000 | 1 | 0 | 100101111 | 1100001 | 1011000 |
Color Harmonies of #FEC1FB
Complementary color
Monochromatic Colors of #FEC1FB
Black with #FEC1FB
Text Example
Text Example
White with #FEC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1FB; }
p { color: rgb(254,193,251); }
H1.HeaderClassName
{
color: #FEC1FB;
}
.AnyTagClassName
{
color: #FEC1FB;
}
</style>
background-color css
<style>
a { background-color: #FEC1FB; }
a { background-color: rgb(254,193,251); }
div.DivClassName
{
background-color: #FEC1FB;
}
.BgClassName
{
background-color: #FEC1FB;
}
</style>
border-color css
<style>
span { border-color: #FEC1FB; }
span { border-color: rgb(254,193,251); }
td.TdClassName
{
border-color: #FEC1FB;
}
.TagClassName
{
border-color: #FEC1FB;
}
</style>