Shades of Snuff #FFCEF8
Tints of Snuff #FFCEF8
RGB
CMYK
RGB Variations
Color information
#FFCEF8 (or 0xFFCEF8) is known color: Snuff. HEX triplet: FF, CE and F8. RGB value is (255,206,248). Sum of RGB (Red+Green+Blue) = 255+206+248=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF8 is #003107. Grayscale: #E1E1E1. Windows color (decimal): -12552 or 16305919. OLE color: 16305919.
HSL color Cylindrical-coordinate representation of color #FFCEF8: hue angle of 308.57º 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 #FFCEF8 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 248 | - |
| CMYK | 0 | 0.19 | 0.03 | 0 |
| HSL | 308.57º | 1% | 0.9% | - |
| HSV(B) | 308.57º | 0.19% | 1% | - |
| XYZ | 80.25 | 72.18 | 98.51 | - |
| YUV | 225.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 248 | 0 | 0.19 | 0.03 | 0 | 308.57 | 1 | 0.9 |
| Hex | FF | CE | F8 | 0 | 13 | 3 | 0 | 135 | 64 | 5A |
| Octal | 377 | 316 | 370 | 0 | 23 | 3 | 0 | 465 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11111000 | 0 | 10011 | 11 | 0 | 100110101 | 1100100 | 1011010 |
Color Harmonies of #FFCEF8
Complementary color
Monochromatic Colors of #FFCEF8
Black with #FFCEF8
Text Example
Text Example
White with #FFCEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEF8; }
p { color: rgb(255,206,248); }
H1.HeaderClassName
{
color: #FFCEF8;
}
.AnyTagClassName
{
color: #FFCEF8;
}
</style>
background-color css
<style>
a { background-color: #FFCEF8; }
a { background-color: rgb(255,206,248); }
div.DivClassName
{
background-color: #FFCEF8;
}
.BgClassName
{
background-color: #FFCEF8;
}
</style>
border-color css
<style>
span { border-color: #FFCEF8; }
span { border-color: rgb(255,206,248); }
td.TdClassName
{
border-color: #FFCEF8;
}
.TagClassName
{
border-color: #FFCEF8;
}
</style>