Shades of Snuff #FFC3FF
Tints of Snuff #FFC3FF
RGB
CMYK
RGB Variations
Color information
#FFC3FF (or 0xFFC3FF) is known color: Snuff. HEX triplet: FF, C3 and FF. RGB value is (255,195,255). Sum of RGB (Red+Green+Blue) = 255+195+255=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 195 (76.56% from 255 or 27.66% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3FF is #003C00. Grayscale: #DBDBDB. Windows color (decimal): -15361 or 16761855. OLE color: 16761855.
HSL color Cylindrical-coordinate representation of color #FFC3FF: hue angle of 300º 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 #FFC3FF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 255 | - |
| CMYK | 0 | 0.24 | 0 | 0 |
| HSL | 300º | 1% | 0.88% | - |
| HSV(B) | 300º | 0.24% | 1% | - |
| XYZ | 78.81 | 67.51 | 103.49 | - |
| YUV | 219.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 255 | 0 | 0.24 | 0 | 0 | 300 | 1 | 0.88 |
| Hex | FF | C3 | FF | 0 | 18 | 0 | 0 | 12C | 64 | 58 |
| Octal | 377 | 303 | 377 | 0 | 30 | 0 | 0 | 454 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11111111 | 0 | 11000 | 0 | 0 | 100101100 | 1100100 | 1011000 |
Color Harmonies of #FFC3FF
Complementary color
Monochromatic Colors of #FFC3FF
Black with #FFC3FF
Text Example
Text Example
White with #FFC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3FF; }
p { color: rgb(255,195,255); }
H1.HeaderClassName
{
color: #FFC3FF;
}
.AnyTagClassName
{
color: #FFC3FF;
}
</style>
background-color css
<style>
a { background-color: #FFC3FF; }
a { background-color: rgb(255,195,255); }
div.DivClassName
{
background-color: #FFC3FF;
}
.BgClassName
{
background-color: #FFC3FF;
}
</style>
border-color css
<style>
span { border-color: #FFC3FF; }
span { border-color: rgb(255,195,255); }
td.TdClassName
{
border-color: #FFC3FF;
}
.TagClassName
{
border-color: #FFC3FF;
}
</style>