Shades of Snuff #FFC5FE
Tints of Snuff #FFC5FE
RGB
CMYK
RGB Variations
Color information
#FFC5FE (or 0xFFC5FE) is known color: Snuff. HEX triplet: FF, C5 and FE. RGB value is (255,197,254). Sum of RGB (Red+Green+Blue) = 255+197+254=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 197 (77.34% from 255 or 27.90% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FE is #003A01. Grayscale: #DCDCDC. Windows color (decimal): -14850 or 16696831. OLE color: 16696831.
HSL color Cylindrical-coordinate representation of color #FFC5FE: hue angle of 301.03º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5FE is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 254 | - |
| CMYK | 0 | 0.23 | 0.00 | 0 |
| HSL | 301.03º | 1% | 0.89% | - |
| HSV(B) | 301.03º | 0.23% | 1% | - |
| XYZ | 79.1 | 68.35 | 102.79 | - |
| YUV | 220.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 254 | 0 | 0.23 | 0.00 | 0 | 301.03 | 1 | 0.89 |
| Hex | FF | C5 | FE | 0 | 17 | 0 | 0 | 12D | 64 | 59 |
| Octal | 377 | 305 | 376 | 0 | 27 | 0 | 0 | 455 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11111110 | 0 | 10111 | 0 | 0 | 100101101 | 1100100 | 1011001 |
Color Harmonies of #FFC5FE
Complementary color
Monochromatic Colors of #FFC5FE
Black with #FFC5FE
Text Example
Text Example
White with #FFC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5FE; }
p { color: rgb(255,197,254); }
H1.HeaderClassName
{
color: #FFC5FE;
}
.AnyTagClassName
{
color: #FFC5FE;
}
</style>
background-color css
<style>
a { background-color: #FFC5FE; }
a { background-color: rgb(255,197,254); }
div.DivClassName
{
background-color: #FFC5FE;
}
.BgClassName
{
background-color: #FFC5FE;
}
</style>
border-color css
<style>
span { border-color: #FFC5FE; }
span { border-color: rgb(255,197,254); }
td.TdClassName
{
border-color: #FFC5FE;
}
.TagClassName
{
border-color: #FFC5FE;
}
</style>