Shades of Snuff #FFC4FF
Tints of Snuff #FFC4FF
RGB
CMYK
RGB Variations
Color information
#FFC4FF (or 0xFFC4FF) is known color: Snuff. HEX triplet: FF, C4 and FF. RGB value is (255,196,255). Sum of RGB (Red+Green+Blue) = 255+196+255=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 196 (76.95% from 255 or 27.76% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FF is #003B00. Grayscale: #DCDCDC. Windows color (decimal): -15105 or 16762111. OLE color: 16762111.
HSL color Cylindrical-coordinate representation of color #FFC4FF: hue angle of 300º 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 #FFC4FF is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 255 | - |
| CMYK | 0 | 0.23 | 0 | 0 |
| HSL | 300º | 1% | 0.88% | - |
| HSV(B) | 300º | 0.23% | 1% | - |
| XYZ | 79.03 | 67.96 | 103.56 | - |
| YUV | 220.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 255 | 0 | 0.23 | 0 | 0 | 300 | 1 | 0.88 |
| Hex | FF | C4 | FF | 0 | 17 | 0 | 0 | 12C | 64 | 58 |
| Octal | 377 | 304 | 377 | 0 | 27 | 0 | 0 | 454 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11111111 | 0 | 10111 | 0 | 0 | 100101100 | 1100100 | 1011000 |
Color Harmonies of #FFC4FF
Complementary color
Monochromatic Colors of #FFC4FF
Black with #FFC4FF
Text Example
Text Example
White with #FFC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4FF; }
p { color: rgb(255,196,255); }
H1.HeaderClassName
{
color: #FFC4FF;
}
.AnyTagClassName
{
color: #FFC4FF;
}
</style>
background-color css
<style>
a { background-color: #FFC4FF; }
a { background-color: rgb(255,196,255); }
div.DivClassName
{
background-color: #FFC4FF;
}
.BgClassName
{
background-color: #FFC4FF;
}
</style>
border-color css
<style>
span { border-color: #FFC4FF; }
span { border-color: rgb(255,196,255); }
td.TdClassName
{
border-color: #FFC4FF;
}
.TagClassName
{
border-color: #FFC4FF;
}
</style>