Shades of Snuff #FFCFF6
Tints of Snuff #FFCFF6
RGB
CMYK
RGB Variations
Color information
#FFCFF6 (or 0xFFCFF6) is known color: Snuff. HEX triplet: FF, CF and F6. RGB value is (255,207,246). Sum of RGB (Red+Green+Blue) = 255+207+246=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF6 is #003009. Grayscale: #E1E1E1. Windows color (decimal): -12298 or 16175103. OLE color: 16175103.
HSL color Cylindrical-coordinate representation of color #FFCFF6: hue angle of 311.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFF6 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 246 | - |
| CMYK | 0 | 0.19 | 0.04 | 0 |
| HSL | 311.25º | 1% | 0.91% | - |
| HSV(B) | 311.25º | 0.19% | 1% | - |
| XYZ | 80.19 | 72.54 | 96.96 | - |
| YUV | 225.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 246 | 0 | 0.19 | 0.04 | 0 | 311.25 | 1 | 0.91 |
| Hex | FF | CF | F6 | 0 | 13 | 4 | 0 | 137 | 64 | 5B |
| Octal | 377 | 317 | 366 | 0 | 23 | 4 | 0 | 467 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11110110 | 0 | 10011 | 100 | 0 | 100110111 | 1100100 | 1011011 |
Color Harmonies of #FFCFF6
Complementary color
Monochromatic Colors of #FFCFF6
Black with #FFCFF6
Text Example
Text Example
White with #FFCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFF6; }
p { color: rgb(255,207,246); }
H1.HeaderClassName
{
color: #FFCFF6;
}
.AnyTagClassName
{
color: #FFCFF6;
}
</style>
background-color css
<style>
a { background-color: #FFCFF6; }
a { background-color: rgb(255,207,246); }
div.DivClassName
{
background-color: #FFCFF6;
}
.BgClassName
{
background-color: #FFCFF6;
}
</style>
border-color css
<style>
span { border-color: #FFCFF6; }
span { border-color: rgb(255,207,246); }
td.TdClassName
{
border-color: #FFCFF6;
}
.TagClassName
{
border-color: #FFCFF6;
}
</style>