Shades of Snuff #FFC3FE
Tints of Snuff #FFC3FE
RGB
CMYK
RGB Variations
Color information
#FFC3FE (or 0xFFC3FE) is known color: Snuff. HEX triplet: FF, C3 and FE. RGB value is (255,195,254). Sum of RGB (Red+Green+Blue) = 255+195+254=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 195 (76.56% from 255 or 27.70% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3FE is #003C01. Grayscale: #DBDBDB. Windows color (decimal): -15362 or 16696319. OLE color: 16696319.
HSL color Cylindrical-coordinate representation of color #FFC3FE: hue angle of 301º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3FE is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 254 | - |
| CMYK | 0 | 0.24 | 0.00 | 0 |
| HSL | 301º | 1% | 0.88% | - |
| HSV(B) | 301º | 0.24% | 1% | - |
| XYZ | 78.64 | 67.45 | 102.64 | - |
| YUV | 219.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 254 | 0 | 0.24 | 0.00 | 0 | 301 | 1 | 0.88 |
| Hex | FF | C3 | FE | 0 | 18 | 0 | 0 | 12D | 64 | 58 |
| Octal | 377 | 303 | 376 | 0 | 30 | 0 | 0 | 455 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11111110 | 0 | 11000 | 0 | 0 | 100101101 | 1100100 | 1011000 |
Color Harmonies of #FFC3FE
Complementary color
Monochromatic Colors of #FFC3FE
Black with #FFC3FE
Text Example
Text Example
White with #FFC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3FE; }
p { color: rgb(255,195,254); }
H1.HeaderClassName
{
color: #FFC3FE;
}
.AnyTagClassName
{
color: #FFC3FE;
}
</style>
background-color css
<style>
a { background-color: #FFC3FE; }
a { background-color: rgb(255,195,254); }
div.DivClassName
{
background-color: #FFC3FE;
}
.BgClassName
{
background-color: #FFC3FE;
}
</style>
border-color css
<style>
span { border-color: #FFC3FE; }
span { border-color: rgb(255,195,254); }
td.TdClassName
{
border-color: #FFC3FE;
}
.TagClassName
{
border-color: #FFC3FE;
}
</style>