Shades of Snuff #FFCCF9
Tints of Snuff #FFCCF9
RGB
CMYK
RGB Variations
Color information
#FFCCF9 (or 0xFFCCF9) is known color: Snuff. HEX triplet: FF, CC and F9. RGB value is (255,204,249). Sum of RGB (Red+Green+Blue) = 255+204+249=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF9 is #003306. Grayscale: #E0E0E0. Windows color (decimal): -13063 or 16370943. OLE color: 16370943.
HSL color Cylindrical-coordinate representation of color #FFCCF9: hue angle of 307.06º 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 #FFCCF9 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 249 | - |
| CMYK | 0 | 0.2 | 0.02 | 0 |
| HSL | 307.06º | 1% | 0.9% | - |
| HSV(B) | 307.06º | 0.2% | 1% | - |
| XYZ | 79.93 | 71.29 | 99.17 | - |
| YUV | 224.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 249 | 0 | 0.2 | 0.02 | 0 | 307.06 | 1 | 0.9 |
| Hex | FF | CC | F9 | 0 | 14 | 2 | 0 | 133 | 64 | 5A |
| Octal | 377 | 314 | 371 | 0 | 24 | 2 | 0 | 463 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11111001 | 0 | 10100 | 10 | 0 | 100110011 | 1100100 | 1011010 |
Color Harmonies of #FFCCF9
Complementary color
Monochromatic Colors of #FFCCF9
Black with #FFCCF9
Text Example
Text Example
White with #FFCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCF9; }
p { color: rgb(255,204,249); }
H1.HeaderClassName
{
color: #FFCCF9;
}
.AnyTagClassName
{
color: #FFCCF9;
}
</style>
background-color css
<style>
a { background-color: #FFCCF9; }
a { background-color: rgb(255,204,249); }
div.DivClassName
{
background-color: #FFCCF9;
}
.BgClassName
{
background-color: #FFCCF9;
}
</style>
border-color css
<style>
span { border-color: #FFCCF9; }
span { border-color: rgb(255,204,249); }
td.TdClassName
{
border-color: #FFCCF9;
}
.TagClassName
{
border-color: #FFCCF9;
}
</style>