Shades of Snuff #FCCDFE
Tints of Snuff #FCCDFE
RGB
CMYK
RGB Variations
Color information
#FCCDFE (or 0xFCCDFE) is known color: Snuff. HEX triplet: FC, CD and FE. RGB value is (252,205,254). Sum of RGB (Red+Green+Blue) = 252+205+254=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 205 (80.47% from 255 or 28.83% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFE is #033201. Grayscale: #E0E0E0. Windows color (decimal): -209410 or 16698876. OLE color: 16698876.
HSL color Cylindrical-coordinate representation of color #FCCDFE: hue angle of 297.55º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDFE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 205 | 254 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.00 |
| HSL | 297.55º | 0.96% | 0.9% | - |
| HSV(B) | 297.55º | 0.19% | 1% | - |
| XYZ | 79.87 | 71.51 | 103.36 | - |
| YUV | 224.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 254 | 0.01 | 0.19 | 0 | 0.00 | 297.55 | 0.96 | 0.9 |
| Hex | FC | CD | FE | 1 | 13 | 0 | 0 | 12A | 60 | 5A |
| Octal | 374 | 315 | 376 | 1 | 23 | 0 | 0 | 452 | 140 | 132 |
| Binary | 11111100 | 11001101 | 11111110 | 1 | 10011 | 0 | 0 | 100101010 | 1100000 | 1011010 |
Color Harmonies of #FCCDFE
Complementary color
Monochromatic Colors of #FCCDFE
Black with #FCCDFE
Text Example
Text Example
White with #FCCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDFE; }
p { color: rgb(252,205,254); }
H1.HeaderClassName
{
color: #FCCDFE;
}
.AnyTagClassName
{
color: #FCCDFE;
}
</style>
background-color css
<style>
a { background-color: #FCCDFE; }
a { background-color: rgb(252,205,254); }
div.DivClassName
{
background-color: #FCCDFE;
}
.BgClassName
{
background-color: #FCCDFE;
}
</style>
border-color css
<style>
span { border-color: #FCCDFE; }
span { border-color: rgb(252,205,254); }
td.TdClassName
{
border-color: #FCCDFE;
}
.TagClassName
{
border-color: #FCCDFE;
}
</style>