Shades of Snuff #FECFFF
Tints of Snuff #FECFFF
RGB
CMYK
RGB Variations
Color information
#FECFFF (or 0xFECFFF) is known color: Snuff. HEX triplet: FE, CF and FF. RGB value is (254,207,255). Sum of RGB (Red+Green+Blue) = 254+207+255=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 207 (81.25% from 255 or 28.91% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFF is #013000. Grayscale: #E2E2E2. Windows color (decimal): -77825 or 16764926. OLE color: 16764926.
HSL color Cylindrical-coordinate representation of color #FECFFF: hue angle of 298.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFFF is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 207 | 255 | - |
| CMYK | 0.00 | 0.19 | 0 | 0 |
| HSL | 298.75º | 1% | 0.91% | - |
| HSV(B) | 298.75º | 0.19% | 1% | - |
| XYZ | 81.24 | 72.92 | 104.4 | - |
| YUV | 226.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 255 | 0.00 | 0.19 | 0 | 0 | 298.75 | 1 | 0.91 |
| Hex | FE | CF | FF | 0 | 13 | 0 | 0 | 12B | 64 | 5B |
| Octal | 376 | 317 | 377 | 0 | 23 | 0 | 0 | 453 | 144 | 133 |
| Binary | 11111110 | 11001111 | 11111111 | 0 | 10011 | 0 | 0 | 100101011 | 1100100 | 1011011 |
Color Harmonies of #FECFFF
Complementary color
Monochromatic Colors of #FECFFF
Black with #FECFFF
Text Example
Text Example
White with #FECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFFF; }
p { color: rgb(254,207,255); }
H1.HeaderClassName
{
color: #FECFFF;
}
.AnyTagClassName
{
color: #FECFFF;
}
</style>
background-color css
<style>
a { background-color: #FECFFF; }
a { background-color: rgb(254,207,255); }
div.DivClassName
{
background-color: #FECFFF;
}
.BgClassName
{
background-color: #FECFFF;
}
</style>
border-color css
<style>
span { border-color: #FECFFF; }
span { border-color: rgb(254,207,255); }
td.TdClassName
{
border-color: #FECFFF;
}
.TagClassName
{
border-color: #FECFFF;
}
</style>