Shades of Snuff #FFCCFE
Tints of Snuff #FFCCFE
RGB
CMYK
RGB Variations
Color information
#FFCCFE (or 0xFFCCFE) is known color: Snuff. HEX triplet: FF, CC and FE. RGB value is (255,204,254). Sum of RGB (Red+Green+Blue) = 255+204+254=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 204 (80.08% from 255 or 28.61% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCFE is #003301. Grayscale: #E0E0E0. Windows color (decimal): -13058 or 16698623. OLE color: 16698623.
HSL color Cylindrical-coordinate representation of color #FFCCFE: hue angle of 301.18º 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 #FFCCFE is Cyan = 0, Magento = 0.2, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 254 | - |
| CMYK | 0 | 0.2 | 0.00 | 0 |
| HSL | 301.18º | 1% | 0.9% | - |
| HSV(B) | 301.18º | 0.2% | 1% | - |
| XYZ | 80.72 | 71.6 | 103.33 | - |
| YUV | 224.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 254 | 0 | 0.2 | 0.00 | 0 | 301.18 | 1 | 0.9 |
| Hex | FF | CC | FE | 0 | 14 | 0 | 0 | 12D | 64 | 5A |
| Octal | 377 | 314 | 376 | 0 | 24 | 0 | 0 | 455 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11111110 | 0 | 10100 | 0 | 0 | 100101101 | 1100100 | 1011010 |
Color Harmonies of #FFCCFE
Complementary color
Monochromatic Colors of #FFCCFE
Black with #FFCCFE
Text Example
Text Example
White with #FFCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCFE; }
p { color: rgb(255,204,254); }
H1.HeaderClassName
{
color: #FFCCFE;
}
.AnyTagClassName
{
color: #FFCCFE;
}
</style>
background-color css
<style>
a { background-color: #FFCCFE; }
a { background-color: rgb(255,204,254); }
div.DivClassName
{
background-color: #FFCCFE;
}
.BgClassName
{
background-color: #FFCCFE;
}
</style>
border-color css
<style>
span { border-color: #FFCCFE; }
span { border-color: rgb(255,204,254); }
td.TdClassName
{
border-color: #FFCCFE;
}
.TagClassName
{
border-color: #FFCCFE;
}
</style>