Shades of Snuff #FFCEFF
Tints of Snuff #FFCEFF
RGB
CMYK
RGB Variations
Color information
#FFCEFF (or 0xFFCEFF) is known color: Snuff. HEX triplet: FF, CE and FF. RGB value is (255,206,255). Sum of RGB (Red+Green+Blue) = 255+206+255=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 206 (80.86% from 255 or 28.77% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFF is #003100. Grayscale: #E2E2E2. Windows color (decimal): -12545 or 16764671. OLE color: 16764671.
HSL color Cylindrical-coordinate representation of color #FFCEFF: hue angle of 300º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEFF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 255 | - |
| CMYK | 0 | 0.19 | 0 | 0 |
| HSL | 300º | 1% | 0.9% | - |
| HSV(B) | 300º | 0.19% | 1% | - |
| XYZ | 81.36 | 72.62 | 104.34 | - |
| YUV | 226.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 255 | 0 | 0.19 | 0 | 0 | 300 | 1 | 0.9 |
| Hex | FF | CE | FF | 0 | 13 | 0 | 0 | 12C | 64 | 5A |
| Octal | 377 | 316 | 377 | 0 | 23 | 0 | 0 | 454 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11111111 | 0 | 10011 | 0 | 0 | 100101100 | 1100100 | 1011010 |
Color Harmonies of #FFCEFF
Complementary color
Monochromatic Colors of #FFCEFF
Black with #FFCEFF
Text Example
Text Example
White with #FFCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEFF; }
p { color: rgb(255,206,255); }
H1.HeaderClassName
{
color: #FFCEFF;
}
.AnyTagClassName
{
color: #FFCEFF;
}
</style>
background-color css
<style>
a { background-color: #FFCEFF; }
a { background-color: rgb(255,206,255); }
div.DivClassName
{
background-color: #FFCEFF;
}
.BgClassName
{
background-color: #FFCEFF;
}
</style>
border-color css
<style>
span { border-color: #FFCEFF; }
span { border-color: rgb(255,206,255); }
td.TdClassName
{
border-color: #FFCEFF;
}
.TagClassName
{
border-color: #FFCEFF;
}
</style>