Shades of Snuff #FFCEF9
Tints of Snuff #FFCEF9
RGB
CMYK
RGB Variations
Color information
#FFCEF9 (or 0xFFCEF9) is known color: Snuff. HEX triplet: FF, CE and F9. RGB value is (255,206,249). Sum of RGB (Red+Green+Blue) = 255+206+249=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 206 (80.86% from 255 or 29.01% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF9 is #003106. Grayscale: #E1E1E1. Windows color (decimal): -12551 or 16371455. OLE color: 16371455.
HSL color Cylindrical-coordinate representation of color #FFCEF9: hue angle of 307.35º 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 #FFCEF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 249 | - |
| CMYK | 0 | 0.19 | 0.02 | 0 |
| HSL | 307.35º | 1% | 0.9% | - |
| HSV(B) | 307.35º | 0.19% | 1% | - |
| XYZ | 80.41 | 72.24 | 99.33 | - |
| YUV | 225.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 249 | 0 | 0.19 | 0.02 | 0 | 307.35 | 1 | 0.9 |
| Hex | FF | CE | F9 | 0 | 13 | 2 | 0 | 133 | 64 | 5A |
| Octal | 377 | 316 | 371 | 0 | 23 | 2 | 0 | 463 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11111001 | 0 | 10011 | 10 | 0 | 100110011 | 1100100 | 1011010 |
Color Harmonies of #FFCEF9
Complementary color
Monochromatic Colors of #FFCEF9
Black with #FFCEF9
Text Example
Text Example
White with #FFCEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEF9; }
p { color: rgb(255,206,249); }
H1.HeaderClassName
{
color: #FFCEF9;
}
.AnyTagClassName
{
color: #FFCEF9;
}
</style>
background-color css
<style>
a { background-color: #FFCEF9; }
a { background-color: rgb(255,206,249); }
div.DivClassName
{
background-color: #FFCEF9;
}
.BgClassName
{
background-color: #FFCEF9;
}
</style>
border-color css
<style>
span { border-color: #FFCEF9; }
span { border-color: rgb(255,206,249); }
td.TdClassName
{
border-color: #FFCEF9;
}
.TagClassName
{
border-color: #FFCEF9;
}
</style>