Shades of Snuff #FFCEF6
Tints of Snuff #FFCEF6
RGB
CMYK
RGB Variations
Color information
#FFCEF6 (or 0xFFCEF6) is known color: Snuff. HEX triplet: FF, CE and F6. RGB value is (255,206,246). Sum of RGB (Red+Green+Blue) = 255+206+246=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF6 is #003109. Grayscale: #E1E1E1. Windows color (decimal): -12554 or 16174847. OLE color: 16174847.
HSL color Cylindrical-coordinate representation of color #FFCEF6: hue angle of 311.02º 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 #FFCEF6 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 246 | - |
| CMYK | 0 | 0.19 | 0.04 | 0 |
| HSL | 311.02º | 1% | 0.9% | - |
| HSV(B) | 311.02º | 0.19% | 1% | - |
| XYZ | 79.95 | 72.06 | 96.88 | - |
| YUV | 225.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 246 | 0 | 0.19 | 0.04 | 0 | 311.02 | 1 | 0.9 |
| Hex | FF | CE | F6 | 0 | 13 | 4 | 0 | 137 | 64 | 5A |
| Octal | 377 | 316 | 366 | 0 | 23 | 4 | 0 | 467 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11110110 | 0 | 10011 | 100 | 0 | 100110111 | 1100100 | 1011010 |
Color Harmonies of #FFCEF6
Complementary color
Monochromatic Colors of #FFCEF6
Black with #FFCEF6
Text Example
Text Example
White with #FFCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEF6; }
p { color: rgb(255,206,246); }
H1.HeaderClassName
{
color: #FFCEF6;
}
.AnyTagClassName
{
color: #FFCEF6;
}
</style>
background-color css
<style>
a { background-color: #FFCEF6; }
a { background-color: rgb(255,206,246); }
div.DivClassName
{
background-color: #FFCEF6;
}
.BgClassName
{
background-color: #FFCEF6;
}
</style>
border-color css
<style>
span { border-color: #FFCEF6; }
span { border-color: rgb(255,206,246); }
td.TdClassName
{
border-color: #FFCEF6;
}
.TagClassName
{
border-color: #FFCEF6;
}
</style>