Shades of Snuff #FFCFFF
Tints of Snuff #FFCFFF
RGB
CMYK
RGB Variations
Color information
#FFCFFF (or 0xFFCFFF) is known color: Snuff. HEX triplet: FF, CF and FF. RGB value is (255,207,255). Sum of RGB (Red+Green+Blue) = 255+207+255=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 207 (81.25% from 255 or 28.87% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFF is #003000. Grayscale: #E2E2E2. Windows color (decimal): -12289 or 16764927. OLE color: 16764927.
HSL color Cylindrical-coordinate representation of color #FFCFFF: hue angle of 300º 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 #FFCFFF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 255 | - |
| CMYK | 0 | 0.19 | 0 | 0 |
| HSL | 300º | 1% | 0.91% | - |
| HSV(B) | 300º | 0.19% | 1% | - |
| XYZ | 81.6 | 73.11 | 104.42 | - |
| YUV | 226.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 255 | 0 | 0.19 | 0 | 0 | 300 | 1 | 0.91 |
| Hex | FF | CF | FF | 0 | 13 | 0 | 0 | 12C | 64 | 5B |
| Octal | 377 | 317 | 377 | 0 | 23 | 0 | 0 | 454 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11111111 | 0 | 10011 | 0 | 0 | 100101100 | 1100100 | 1011011 |
Color Harmonies of #FFCFFF
Complementary color
Monochromatic Colors of #FFCFFF
Black with #FFCFFF
Text Example
Text Example
White with #FFCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFFF; }
p { color: rgb(255,207,255); }
H1.HeaderClassName
{
color: #FFCFFF;
}
.AnyTagClassName
{
color: #FFCFFF;
}
</style>
background-color css
<style>
a { background-color: #FFCFFF; }
a { background-color: rgb(255,207,255); }
div.DivClassName
{
background-color: #FFCFFF;
}
.BgClassName
{
background-color: #FFCFFF;
}
</style>
border-color css
<style>
span { border-color: #FFCFFF; }
span { border-color: rgb(255,207,255); }
td.TdClassName
{
border-color: #FFCFFF;
}
.TagClassName
{
border-color: #FFCFFF;
}
</style>