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