Shades of Snuff #FCC1FD
Tints of Snuff #FCC1FD
RGB
CMYK
RGB Variations
Color information
#FCC1FD (or 0xFCC1FD) is known color: Snuff. HEX triplet: FC, C1 and FD. RGB value is (252,193,253). Sum of RGB (Red+Green+Blue) = 252+193+253=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 193 (75.78% from 255 or 27.65% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1FD is #033E02. Grayscale: #D9D9D9. Windows color (decimal): -212483 or 16630268. OLE color: 16630268.
HSL color Cylindrical-coordinate representation of color #FCC1FD: hue angle of 299º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC1FD is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 253 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.01 |
| HSL | 299º | 0.94% | 0.87% | - |
| HSV(B) | 299º | 0.24% | 0.99% | - |
| XYZ | 76.94 | 65.93 | 101.6 | - |
| YUV | 217.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 253 | 0.00 | 0.24 | 0 | 0.01 | 299 | 0.94 | 0.87 |
| Hex | FC | C1 | FD | 0 | 18 | 0 | 1 | 12B | 5E | 57 |
| Octal | 374 | 301 | 375 | 0 | 30 | 0 | 1 | 453 | 136 | 127 |
| Binary | 11111100 | 11000001 | 11111101 | 0 | 11000 | 0 | 1 | 100101011 | 1011110 | 1010111 |
Color Harmonies of #FCC1FD
Complementary color
Monochromatic Colors of #FCC1FD
Black with #FCC1FD
Text Example
Text Example
White with #FCC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1FD; }
p { color: rgb(252,193,253); }
H1.HeaderClassName
{
color: #FCC1FD;
}
.AnyTagClassName
{
color: #FCC1FD;
}
</style>
background-color css
<style>
a { background-color: #FCC1FD; }
a { background-color: rgb(252,193,253); }
div.DivClassName
{
background-color: #FCC1FD;
}
.BgClassName
{
background-color: #FCC1FD;
}
</style>
border-color css
<style>
span { border-color: #FCC1FD; }
span { border-color: rgb(252,193,253); }
td.TdClassName
{
border-color: #FCC1FD;
}
.TagClassName
{
border-color: #FCC1FD;
}
</style>