Shades of Snuff #FFCFFD
Tints of Snuff #FFCFFD
RGB
CMYK
RGB Variations
Color information
#FFCFFD (or 0xFFCFFD) is known color: Snuff. HEX triplet: FF, CF and FD. RGB value is (255,207,253). Sum of RGB (Red+Green+Blue) = 255+207+253=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 207 (81.25% from 255 or 28.95% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFD is #003002. Grayscale: #E2E2E2. Windows color (decimal): -12291 or 16633855. OLE color: 16633855.
HSL color Cylindrical-coordinate representation of color #FFCFFD: hue angle of 302.5º 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 #FFCFFD is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 253 | - |
| CMYK | 0 | 0.19 | 0.01 | 0 |
| HSL | 302.5º | 1% | 0.91% | - |
| HSV(B) | 302.5º | 0.19% | 1% | - |
| XYZ | 81.28 | 72.98 | 102.73 | - |
| YUV | 226.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 253 | 0 | 0.19 | 0.01 | 0 | 302.5 | 1 | 0.91 |
| Hex | FF | CF | FD | 0 | 13 | 1 | 0 | 12E | 64 | 5B |
| Octal | 377 | 317 | 375 | 0 | 23 | 1 | 0 | 456 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11111101 | 0 | 10011 | 1 | 0 | 100101110 | 1100100 | 1011011 |
Color Harmonies of #FFCFFD
Complementary color
Monochromatic Colors of #FFCFFD
Black with #FFCFFD
Text Example
Text Example
White with #FFCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFFD; }
p { color: rgb(255,207,253); }
H1.HeaderClassName
{
color: #FFCFFD;
}
.AnyTagClassName
{
color: #FFCFFD;
}
</style>
background-color css
<style>
a { background-color: #FFCFFD; }
a { background-color: rgb(255,207,253); }
div.DivClassName
{
background-color: #FFCFFD;
}
.BgClassName
{
background-color: #FFCFFD;
}
</style>
border-color css
<style>
span { border-color: #FFCFFD; }
span { border-color: rgb(255,207,253); }
td.TdClassName
{
border-color: #FFCFFD;
}
.TagClassName
{
border-color: #FFCFFD;
}
</style>