Shades of Snuff #FFCEFD
Tints of Snuff #FFCEFD
RGB
CMYK
RGB Variations
Color information
#FFCEFD (or 0xFFCEFD) is known color: Snuff. HEX triplet: FF, CE and FD. RGB value is (255,206,253). Sum of RGB (Red+Green+Blue) = 255+206+253=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 206 (80.86% from 255 or 28.85% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFD is #003102. Grayscale: #E1E1E1. Windows color (decimal): -12547 or 16633599. OLE color: 16633599.
HSL color Cylindrical-coordinate representation of color #FFCEFD: hue angle of 302.45º 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 #FFCEFD is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 253 | - |
| CMYK | 0 | 0.19 | 0.01 | 0 |
| HSL | 302.45º | 1% | 0.9% | - |
| HSV(B) | 302.45º | 0.19% | 1% | - |
| XYZ | 81.04 | 72.49 | 102.65 | - |
| YUV | 226.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 253 | 0 | 0.19 | 0.01 | 0 | 302.45 | 1 | 0.9 |
| Hex | FF | CE | FD | 0 | 13 | 1 | 0 | 12E | 64 | 5A |
| Octal | 377 | 316 | 375 | 0 | 23 | 1 | 0 | 456 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11111101 | 0 | 10011 | 1 | 0 | 100101110 | 1100100 | 1011010 |
Color Harmonies of #FFCEFD
Complementary color
Monochromatic Colors of #FFCEFD
Black with #FFCEFD
Text Example
Text Example
White with #FFCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEFD; }
p { color: rgb(255,206,253); }
H1.HeaderClassName
{
color: #FFCEFD;
}
.AnyTagClassName
{
color: #FFCEFD;
}
</style>
background-color css
<style>
a { background-color: #FFCEFD; }
a { background-color: rgb(255,206,253); }
div.DivClassName
{
background-color: #FFCEFD;
}
.BgClassName
{
background-color: #FFCEFD;
}
</style>
border-color css
<style>
span { border-color: #FFCEFD; }
span { border-color: rgb(255,206,253); }
td.TdClassName
{
border-color: #FFCEFD;
}
.TagClassName
{
border-color: #FFCEFD;
}
</style>