Shades of Snuff #FFCEFE
Tints of Snuff #FFCEFE
RGB
CMYK
RGB Variations
Color information
#FFCEFE (or 0xFFCEFE) is known color: Snuff. HEX triplet: FF, CE and FE. RGB value is (255,206,254). Sum of RGB (Red+Green+Blue) = 255+206+254=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 206 (80.86% from 255 or 28.81% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFE is #003101. Grayscale: #E1E1E1. Windows color (decimal): -12546 or 16699135. OLE color: 16699135.
HSL color Cylindrical-coordinate representation of color #FFCEFE: hue angle of 301.22º 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 #FFCEFE is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 254 | - |
| CMYK | 0 | 0.19 | 0.00 | 0 |
| HSL | 301.22º | 1% | 0.9% | - |
| HSV(B) | 301.22º | 0.19% | 1% | - |
| XYZ | 81.2 | 72.56 | 103.49 | - |
| YUV | 226.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 254 | 0 | 0.19 | 0.00 | 0 | 301.22 | 1 | 0.9 |
| Hex | FF | CE | FE | 0 | 13 | 0 | 0 | 12D | 64 | 5A |
| Octal | 377 | 316 | 376 | 0 | 23 | 0 | 0 | 455 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11111110 | 0 | 10011 | 0 | 0 | 100101101 | 1100100 | 1011010 |
Color Harmonies of #FFCEFE
Complementary color
Monochromatic Colors of #FFCEFE
Black with #FFCEFE
Text Example
Text Example
White with #FFCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEFE; }
p { color: rgb(255,206,254); }
H1.HeaderClassName
{
color: #FFCEFE;
}
.AnyTagClassName
{
color: #FFCEFE;
}
</style>
background-color css
<style>
a { background-color: #FFCEFE; }
a { background-color: rgb(255,206,254); }
div.DivClassName
{
background-color: #FFCEFE;
}
.BgClassName
{
background-color: #FFCEFE;
}
</style>
border-color css
<style>
span { border-color: #FFCEFE; }
span { border-color: rgb(255,206,254); }
td.TdClassName
{
border-color: #FFCEFE;
}
.TagClassName
{
border-color: #FFCEFE;
}
</style>