Shades of Snuff #F9C1FE
Tints of Snuff #F9C1FE
RGB
CMYK
RGB Variations
Color information
#F9C1FE (or 0xF9C1FE) is known color: Snuff. HEX triplet: F9, C1 and FE. RGB value is (249,193,254). Sum of RGB (Red+Green+Blue) = 249+193+254=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C1FE is #063E01. Grayscale: #D8D8D8. Windows color (decimal): -409090 or 16695801. OLE color: 16695801.
HSL color Cylindrical-coordinate representation of color #F9C1FE: hue angle of 295.08º 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 #F9C1FE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 193 | 254 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.00 |
| HSL | 295.08º | 0.97% | 0.88% | - |
| HSV(B) | 295.08º | 0.24% | 1% | - |
| XYZ | 76.03 | 65.44 | 102.39 | - |
| YUV | 216.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 254 | 0.02 | 0.24 | 0 | 0.00 | 295.08 | 0.97 | 0.88 |
| Hex | F9 | C1 | FE | 2 | 18 | 0 | 0 | 127 | 61 | 58 |
| Octal | 371 | 301 | 376 | 2 | 30 | 0 | 0 | 447 | 141 | 130 |
| Binary | 11111001 | 11000001 | 11111110 | 10 | 11000 | 0 | 0 | 100100111 | 1100001 | 1011000 |
Color Harmonies of #F9C1FE
Complementary color
Monochromatic Colors of #F9C1FE
Black with #F9C1FE
Text Example
Text Example
White with #F9C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C1FE; }
p { color: rgb(249,193,254); }
H1.HeaderClassName
{
color: #F9C1FE;
}
.AnyTagClassName
{
color: #F9C1FE;
}
</style>
background-color css
<style>
a { background-color: #F9C1FE; }
a { background-color: rgb(249,193,254); }
div.DivClassName
{
background-color: #F9C1FE;
}
.BgClassName
{
background-color: #F9C1FE;
}
</style>
border-color css
<style>
span { border-color: #F9C1FE; }
span { border-color: rgb(249,193,254); }
td.TdClassName
{
border-color: #F9C1FE;
}
.TagClassName
{
border-color: #F9C1FE;
}
</style>