Shades of Snuff #FFCCFD
Tints of Snuff #FFCCFD
RGB
CMYK
RGB Variations
Color information
#FFCCFD (or 0xFFCCFD) is known color: Snuff. HEX triplet: FF, CC and FD. RGB value is (255,204,253). Sum of RGB (Red+Green+Blue) = 255+204+253=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 204 (80.08% from 255 or 28.65% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCFD is #003302. Grayscale: #E0E0E0. Windows color (decimal): -13059 or 16633087. OLE color: 16633087.
HSL color Cylindrical-coordinate representation of color #FFCCFD: hue angle of 302.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCFD is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 253 | - |
| CMYK | 0 | 0.2 | 0.01 | 0 |
| HSL | 302.35º | 1% | 0.9% | - |
| HSV(B) | 302.35º | 0.2% | 1% | - |
| XYZ | 80.56 | 71.54 | 102.49 | - |
| YUV | 224.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 253 | 0 | 0.2 | 0.01 | 0 | 302.35 | 1 | 0.9 |
| Hex | FF | CC | FD | 0 | 14 | 1 | 0 | 12E | 64 | 5A |
| Octal | 377 | 314 | 375 | 0 | 24 | 1 | 0 | 456 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11111101 | 0 | 10100 | 1 | 0 | 100101110 | 1100100 | 1011010 |
Color Harmonies of #FFCCFD
Complementary color
Monochromatic Colors of #FFCCFD
Black with #FFCCFD
Text Example
Text Example
White with #FFCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCFD; }
p { color: rgb(255,204,253); }
H1.HeaderClassName
{
color: #FFCCFD;
}
.AnyTagClassName
{
color: #FFCCFD;
}
</style>
background-color css
<style>
a { background-color: #FFCCFD; }
a { background-color: rgb(255,204,253); }
div.DivClassName
{
background-color: #FFCCFD;
}
.BgClassName
{
background-color: #FFCCFD;
}
</style>
border-color css
<style>
span { border-color: #FFCCFD; }
span { border-color: rgb(255,204,253); }
td.TdClassName
{
border-color: #FFCCFD;
}
.TagClassName
{
border-color: #FFCCFD;
}
</style>