Shades of Snuff #FFC4FE
Tints of Snuff #FFC4FE
RGB
CMYK
RGB Variations
Color information
#FFC4FE (or 0xFFC4FE) is known color: Snuff. HEX triplet: FF, C4 and FE. RGB value is (255,196,254). Sum of RGB (Red+Green+Blue) = 255+196+254=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 196 (76.95% from 255 or 27.80% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FE is #003B01. Grayscale: #DCDCDC. Windows color (decimal): -15106 or 16696575. OLE color: 16696575.
HSL color Cylindrical-coordinate representation of color #FFC4FE: hue angle of 301.02º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4FE is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 254 | - |
| CMYK | 0 | 0.23 | 0.00 | 0 |
| HSL | 301.02º | 1% | 0.88% | - |
| HSV(B) | 301.02º | 0.23% | 1% | - |
| XYZ | 78.87 | 67.9 | 102.71 | - |
| YUV | 220.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 254 | 0 | 0.23 | 0.00 | 0 | 301.02 | 1 | 0.88 |
| Hex | FF | C4 | FE | 0 | 17 | 0 | 0 | 12D | 64 | 58 |
| Octal | 377 | 304 | 376 | 0 | 27 | 0 | 0 | 455 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11111110 | 0 | 10111 | 0 | 0 | 100101101 | 1100100 | 1011000 |
Color Harmonies of #FFC4FE
Complementary color
Monochromatic Colors of #FFC4FE
Black with #FFC4FE
Text Example
Text Example
White with #FFC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4FE; }
p { color: rgb(255,196,254); }
H1.HeaderClassName
{
color: #FFC4FE;
}
.AnyTagClassName
{
color: #FFC4FE;
}
</style>
background-color css
<style>
a { background-color: #FFC4FE; }
a { background-color: rgb(255,196,254); }
div.DivClassName
{
background-color: #FFC4FE;
}
.BgClassName
{
background-color: #FFC4FE;
}
</style>
border-color css
<style>
span { border-color: #FFC4FE; }
span { border-color: rgb(255,196,254); }
td.TdClassName
{
border-color: #FFC4FE;
}
.TagClassName
{
border-color: #FFC4FE;
}
</style>