Shades of Snuff #FCCDF5
Tints of Snuff #FCCDF5
RGB
CMYK
RGB Variations
Color information
#FCCDF5 (or 0xFCCDF5) is known color: Snuff. HEX triplet: FC, CD and F5. RGB value is (252,205,245). Sum of RGB (Red+Green+Blue) = 252+205+245=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF5 is #03320A. Grayscale: #DFDFDF. Windows color (decimal): -209419 or 16109052. OLE color: 16109052.
HSL color Cylindrical-coordinate representation of color #FCCDF5: hue angle of 308.94º 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 #FCCDF5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 205 | 245 | - |
CMYK | 0 | 0.19 | 0.03 | 0.01 |
HSL | 308.94º | 0.89% | 0.9% | - |
HSV(B) | 308.94º | 0.19% | 0.99% | - |
XYZ | 78.46 | 70.95 | 95.95 | - |
YUV | 223.61 | 140.07 | 148.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 205 | 245 | 0 | 0.19 | 0.03 | 0.01 | 308.94 | 0.89 | 0.9 |
Hex | FC | CD | F5 | 0 | 13 | 3 | 1 | 135 | 59 | 5A |
Octal | 374 | 315 | 365 | 0 | 23 | 3 | 1 | 465 | 131 | 132 |
Binary | 11111100 | 11001101 | 11110101 | 0 | 10011 | 11 | 1 | 100110101 | 1011001 | 1011010 |
Color Harmonies of #FCCDF5
Complementary color
Monochromatic Colors of #FCCDF5
Black with #FCCDF5
Text Example
Text Example
White with #FCCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDF5; }
p { color: rgb(252,205,245); }
H1.HeaderClassName
{
color: #FCCDF5;
}
.AnyTagClassName
{
color: #FCCDF5;
}
</style>
background-color css
<style>
a { background-color: #FCCDF5; }
a { background-color: rgb(252,205,245); }
div.DivClassName
{
background-color: #FCCDF5;
}
.BgClassName
{
background-color: #FCCDF5;
}
</style>
border-color css
<style>
span { border-color: #FCCDF5; }
span { border-color: rgb(252,205,245); }
td.TdClassName
{
border-color: #FCCDF5;
}
.TagClassName
{
border-color: #FCCDF5;
}
</style>