Shades of Snuff #FCC8FD
Tints of Snuff #FCC8FD
RGB
CMYK
RGB Variations
Color information
#FCC8FD (or 0xFCC8FD) is known color: Snuff. HEX triplet: FC, C8 and FD. RGB value is (252,200,253). Sum of RGB (Red+Green+Blue) = 252+200+253=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FD is #033702. Grayscale: #DDDDDD. Windows color (decimal): -210691 or 16632060. OLE color: 16632060.
HSL color Cylindrical-coordinate representation of color #FCC8FD: hue angle of 298.87º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8FD is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 253 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.01 |
| HSL | 298.87º | 0.93% | 0.89% | - |
| HSV(B) | 298.87º | 0.21% | 0.99% | - |
| XYZ | 78.53 | 69.1 | 102.13 | - |
| YUV | 221.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 253 | 0.00 | 0.21 | 0 | 0.01 | 298.87 | 0.93 | 0.89 |
| Hex | FC | C8 | FD | 0 | 15 | 0 | 1 | 12B | 5D | 59 |
| Octal | 374 | 310 | 375 | 0 | 25 | 0 | 1 | 453 | 135 | 131 |
| Binary | 11111100 | 11001000 | 11111101 | 0 | 10101 | 0 | 1 | 100101011 | 1011101 | 1011001 |
Color Harmonies of #FCC8FD
Complementary color
Monochromatic Colors of #FCC8FD
Black with #FCC8FD
Text Example
Text Example
White with #FCC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8FD; }
p { color: rgb(252,200,253); }
H1.HeaderClassName
{
color: #FCC8FD;
}
.AnyTagClassName
{
color: #FCC8FD;
}
</style>
background-color css
<style>
a { background-color: #FCC8FD; }
a { background-color: rgb(252,200,253); }
div.DivClassName
{
background-color: #FCC8FD;
}
.BgClassName
{
background-color: #FCC8FD;
}
</style>
border-color css
<style>
span { border-color: #FCC8FD; }
span { border-color: rgb(252,200,253); }
td.TdClassName
{
border-color: #FCC8FD;
}
.TagClassName
{
border-color: #FCC8FD;
}
</style>