Shades of Snuff #FFCFFE
Tints of Snuff #FFCFFE
RGB
CMYK
RGB Variations
Color information
#FFCFFE (or 0xFFCFFE) is known color: Snuff. HEX triplet: FF, CF and FE. RGB value is (255,207,254). Sum of RGB (Red+Green+Blue) = 255+207+254=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 207 (81.25% from 255 or 28.91% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFE is #003001. Grayscale: #E2E2E2. Windows color (decimal): -12290 or 16699391. OLE color: 16699391.
HSL color Cylindrical-coordinate representation of color #FFCFFE: hue angle of 301.25º 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 #FFCFFE is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 254 | - |
| CMYK | 0 | 0.19 | 0.00 | 0 |
| HSL | 301.25º | 1% | 0.91% | - |
| HSV(B) | 301.25º | 0.19% | 1% | - |
| XYZ | 81.44 | 73.04 | 103.57 | - |
| YUV | 226.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 254 | 0 | 0.19 | 0.00 | 0 | 301.25 | 1 | 0.91 |
| Hex | FF | CF | FE | 0 | 13 | 0 | 0 | 12D | 64 | 5B |
| Octal | 377 | 317 | 376 | 0 | 23 | 0 | 0 | 455 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11111110 | 0 | 10011 | 0 | 0 | 100101101 | 1100100 | 1011011 |
Color Harmonies of #FFCFFE
Complementary color
Monochromatic Colors of #FFCFFE
Black with #FFCFFE
Text Example
Text Example
White with #FFCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFFE; }
p { color: rgb(255,207,254); }
H1.HeaderClassName
{
color: #FFCFFE;
}
.AnyTagClassName
{
color: #FFCFFE;
}
</style>
background-color css
<style>
a { background-color: #FFCFFE; }
a { background-color: rgb(255,207,254); }
div.DivClassName
{
background-color: #FFCFFE;
}
.BgClassName
{
background-color: #FFCFFE;
}
</style>
border-color css
<style>
span { border-color: #FFCFFE; }
span { border-color: rgb(255,207,254); }
td.TdClassName
{
border-color: #FFCFFE;
}
.TagClassName
{
border-color: #FFCFFE;
}
</style>