Shades of Snuff #FFCEFC
Tints of Snuff #FFCEFC
RGB
CMYK
RGB Variations
Color information
#FFCEFC (or 0xFFCEFC) is known color: Snuff. HEX triplet: FF, CE and FC. RGB value is (255,206,252). Sum of RGB (Red+Green+Blue) = 255+206+252=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 206 (80.86% from 255 or 28.89% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFC is #003103. Grayscale: #E1E1E1. Windows color (decimal): -12548 or 16568063. OLE color: 16568063.
HSL color Cylindrical-coordinate representation of color #FFCEFC: hue angle of 303.67º 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 #FFCEFC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 252 | - |
| CMYK | 0 | 0.19 | 0.01 | 0 |
| HSL | 303.67º | 1% | 0.9% | - |
| HSV(B) | 303.67º | 0.19% | 1% | - |
| XYZ | 80.88 | 72.43 | 101.81 | - |
| YUV | 225.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 252 | 0 | 0.19 | 0.01 | 0 | 303.67 | 1 | 0.9 |
| Hex | FF | CE | FC | 0 | 13 | 1 | 0 | 130 | 64 | 5A |
| Octal | 377 | 316 | 374 | 0 | 23 | 1 | 0 | 460 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11111100 | 0 | 10011 | 1 | 0 | 100110000 | 1100100 | 1011010 |
Color Harmonies of #FFCEFC
Complementary color
Monochromatic Colors of #FFCEFC
Black with #FFCEFC
Text Example
Text Example
White with #FFCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEFC; }
p { color: rgb(255,206,252); }
H1.HeaderClassName
{
color: #FFCEFC;
}
.AnyTagClassName
{
color: #FFCEFC;
}
</style>
background-color css
<style>
a { background-color: #FFCEFC; }
a { background-color: rgb(255,206,252); }
div.DivClassName
{
background-color: #FFCEFC;
}
.BgClassName
{
background-color: #FFCEFC;
}
</style>
border-color css
<style>
span { border-color: #FFCEFC; }
span { border-color: rgb(255,206,252); }
td.TdClassName
{
border-color: #FFCEFC;
}
.TagClassName
{
border-color: #FFCEFC;
}
</style>