Shades of Snuff #FCCDFD
Tints of Snuff #FCCDFD
RGB
CMYK
RGB Variations
Color information
#FCCDFD (or 0xFCCDFD) is known color: Snuff. HEX triplet: FC, CD and FD. RGB value is (252,205,253). Sum of RGB (Red+Green+Blue) = 252+205+253=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCCDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFD is #033202. Grayscale: #E0E0E0. Windows color (decimal): -209411 or 16633340. OLE color: 16633340.
HSL color Cylindrical-coordinate representation of color #FCCDFD: hue angle of 298.75º degrees, saturation: 0.92, 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 #FCCDFD is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 205 | 253 | - |
CMYK | 0.00 | 0.19 | 0 | 0.01 |
HSL | 298.75º | 0.92% | 0.9% | - |
HSV(B) | 298.75º | 0.19% | 0.99% | - |
XYZ | 79.71 | 71.45 | 102.52 | - |
YUV | 224.53 | 144.07 | 147.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 205 | 253 | 0.00 | 0.19 | 0 | 0.01 | 298.75 | 0.92 | 0.9 |
Hex | FC | CD | FD | 0 | 13 | 0 | 1 | 12B | 5C | 5A |
Octal | 374 | 315 | 375 | 0 | 23 | 0 | 1 | 453 | 134 | 132 |
Binary | 11111100 | 11001101 | 11111101 | 0 | 10011 | 0 | 1 | 100101011 | 1011100 | 1011010 |
Color Harmonies of #FCCDFD
Complementary color
Monochromatic Colors of #FCCDFD
Black with #FCCDFD
Text Example
Text Example
White with #FCCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDFD; }
p { color: rgb(252,205,253); }
H1.HeaderClassName
{
color: #FCCDFD;
}
.AnyTagClassName
{
color: #FCCDFD;
}
</style>
background-color css
<style>
a { background-color: #FCCDFD; }
a { background-color: rgb(252,205,253); }
div.DivClassName
{
background-color: #FCCDFD;
}
.BgClassName
{
background-color: #FCCDFD;
}
</style>
border-color css
<style>
span { border-color: #FCCDFD; }
span { border-color: rgb(252,205,253); }
td.TdClassName
{
border-color: #FCCDFD;
}
.TagClassName
{
border-color: #FCCDFD;
}
</style>