Shades of Snuff #FEC5FB
Tints of Snuff #FEC5FB
RGB
CMYK
RGB Variations
Color information
#FEC5FB (or 0xFEC5FB) is known color: Snuff. HEX triplet: FE, C5 and FB. RGB value is (254,197,251). Sum of RGB (Red+Green+Blue) = 254+197+251=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FB is #013A04. Grayscale: #DCDCDC. Windows color (decimal): -80389 or 16500222. OLE color: 16500222.
HSL color Cylindrical-coordinate representation of color #FEC5FB: hue angle of 303.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5FB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 251 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.00 |
| HSL | 303.16º | 0.97% | 0.88% | - |
| HSV(B) | 303.16º | 0.22% | 1% | - |
| XYZ | 78.25 | 67.97 | 100.26 | - |
| YUV | 220.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 251 | 0 | 0.22 | 0.01 | 0.00 | 303.16 | 0.97 | 0.88 |
| Hex | FE | C5 | FB | 0 | 16 | 1 | 0 | 12F | 61 | 58 |
| Octal | 376 | 305 | 373 | 0 | 26 | 1 | 0 | 457 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11111011 | 0 | 10110 | 1 | 0 | 100101111 | 1100001 | 1011000 |
Color Harmonies of #FEC5FB
Complementary color
Monochromatic Colors of #FEC5FB
Black with #FEC5FB
Text Example
Text Example
White with #FEC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5FB; }
p { color: rgb(254,197,251); }
H1.HeaderClassName
{
color: #FEC5FB;
}
.AnyTagClassName
{
color: #FEC5FB;
}
</style>
background-color css
<style>
a { background-color: #FEC5FB; }
a { background-color: rgb(254,197,251); }
div.DivClassName
{
background-color: #FEC5FB;
}
.BgClassName
{
background-color: #FEC5FB;
}
</style>
border-color css
<style>
span { border-color: #FEC5FB; }
span { border-color: rgb(254,197,251); }
td.TdClassName
{
border-color: #FEC5FB;
}
.TagClassName
{
border-color: #FEC5FB;
}
</style>