Shades of Snuff #FEC5FA
Tints of Snuff #FEC5FA
RGB
CMYK
RGB Variations
Color information
#FEC5FA (or 0xFEC5FA) is known color: Snuff. HEX triplet: FE, C5 and FA. RGB value is (254,197,250). Sum of RGB (Red+Green+Blue) = 254+197+250=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FA is #013A05. Grayscale: #DBDBDB. Windows color (decimal): -80390 or 16434686. OLE color: 16434686.
HSL color Cylindrical-coordinate representation of color #FEC5FA: hue angle of 304.21º 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 #FEC5FA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 250 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.00 |
| HSL | 304.21º | 0.97% | 0.88% | - |
| HSV(B) | 304.21º | 0.22% | 1% | - |
| XYZ | 78.09 | 67.91 | 99.43 | - |
| YUV | 220.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 250 | 0 | 0.22 | 0.02 | 0.00 | 304.21 | 0.97 | 0.88 |
| Hex | FE | C5 | FA | 0 | 16 | 2 | 0 | 130 | 61 | 58 |
| Octal | 376 | 305 | 372 | 0 | 26 | 2 | 0 | 460 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11111010 | 0 | 10110 | 10 | 0 | 100110000 | 1100001 | 1011000 |
Color Harmonies of #FEC5FA
Complementary color
Monochromatic Colors of #FEC5FA
Black with #FEC5FA
Text Example
Text Example
White with #FEC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5FA; }
p { color: rgb(254,197,250); }
H1.HeaderClassName
{
color: #FEC5FA;
}
.AnyTagClassName
{
color: #FEC5FA;
}
</style>
background-color css
<style>
a { background-color: #FEC5FA; }
a { background-color: rgb(254,197,250); }
div.DivClassName
{
background-color: #FEC5FA;
}
.BgClassName
{
background-color: #FEC5FA;
}
</style>
border-color css
<style>
span { border-color: #FEC5FA; }
span { border-color: rgb(254,197,250); }
td.TdClassName
{
border-color: #FEC5FA;
}
.TagClassName
{
border-color: #FEC5FA;
}
</style>