Shades of Snuff #FCCFFD
Tints of Snuff #FCCFFD
RGB
CMYK
RGB Variations
Color information
#FCCFFD (or 0xFCCFFD) is known color: Snuff. HEX triplet: FC, CF and FD. RGB value is (252,207,253). Sum of RGB (Red+Green+Blue) = 252+207+253=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 207 (81.25% from 255 or 29.07% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFD is #033002. Grayscale: #E1E1E1. Windows color (decimal): -208899 or 16633852. OLE color: 16633852.
HSL color Cylindrical-coordinate representation of color #FCCFFD: hue angle of 298.7º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFFD is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 253 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.01 |
| HSL | 298.7º | 0.92% | 0.9% | - |
| HSV(B) | 298.7º | 0.18% | 0.99% | - |
| XYZ | 80.19 | 72.41 | 102.68 | - |
| YUV | 225.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 253 | 0.00 | 0.18 | 0 | 0.01 | 298.7 | 0.92 | 0.9 |
| Hex | FC | CF | FD | 0 | 12 | 0 | 1 | 12B | 5C | 5A |
| Octal | 374 | 317 | 375 | 0 | 22 | 0 | 1 | 453 | 134 | 132 |
| Binary | 11111100 | 11001111 | 11111101 | 0 | 10010 | 0 | 1 | 100101011 | 1011100 | 1011010 |
Color Harmonies of #FCCFFD
Complementary color
Monochromatic Colors of #FCCFFD
Black with #FCCFFD
Text Example
Text Example
White with #FCCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFFD; }
p { color: rgb(252,207,253); }
H1.HeaderClassName
{
color: #FCCFFD;
}
.AnyTagClassName
{
color: #FCCFFD;
}
</style>
background-color css
<style>
a { background-color: #FCCFFD; }
a { background-color: rgb(252,207,253); }
div.DivClassName
{
background-color: #FCCFFD;
}
.BgClassName
{
background-color: #FCCFFD;
}
</style>
border-color css
<style>
span { border-color: #FCCFFD; }
span { border-color: rgb(252,207,253); }
td.TdClassName
{
border-color: #FCCFFD;
}
.TagClassName
{
border-color: #FCCFFD;
}
</style>