Shades of Snuff #FCCDF3
Tints of Snuff #FCCDF3
RGB
CMYK
RGB Variations
Color information
#FCCDF3 (or 0xFCCDF3) is known color: Snuff. HEX triplet: FC, CD and F3. RGB value is (252,205,243). Sum of RGB (Red+Green+Blue) = 252+205+243=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF3 is #03320C. Grayscale: #DFDFDF. Windows color (decimal): -209421 or 15977980. OLE color: 15977980.
HSL color Cylindrical-coordinate representation of color #FCCDF3: hue angle of 311.49º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDF3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 243 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.01 |
| HSL | 311.49º | 0.89% | 0.9% | - |
| HSV(B) | 311.49º | 0.19% | 0.99% | - |
| XYZ | 78.15 | 70.83 | 94.35 | - |
| YUV | 223.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 243 | 0 | 0.19 | 0.04 | 0.01 | 311.49 | 0.89 | 0.9 |
| Hex | FC | CD | F3 | 0 | 13 | 4 | 1 | 137 | 59 | 5A |
| Octal | 374 | 315 | 363 | 0 | 23 | 4 | 1 | 467 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11110011 | 0 | 10011 | 100 | 1 | 100110111 | 1011001 | 1011010 |
Color Harmonies of #FCCDF3
Complementary color
Monochromatic Colors of #FCCDF3
Black with #FCCDF3
Text Example
Text Example
White with #FCCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDF3; }
p { color: rgb(252,205,243); }
H1.HeaderClassName
{
color: #FCCDF3;
}
.AnyTagClassName
{
color: #FCCDF3;
}
</style>
background-color css
<style>
a { background-color: #FCCDF3; }
a { background-color: rgb(252,205,243); }
div.DivClassName
{
background-color: #FCCDF3;
}
.BgClassName
{
background-color: #FCCDF3;
}
</style>
border-color css
<style>
span { border-color: #FCCDF3; }
span { border-color: rgb(252,205,243); }
td.TdClassName
{
border-color: #FCCDF3;
}
.TagClassName
{
border-color: #FCCDF3;
}
</style>