Shades of Snuff #FCCDFB
Tints of Snuff #FCCDFB
RGB
CMYK
RGB Variations
Color information
#FCCDFB (or 0xFCCDFB) is known color: Snuff. HEX triplet: FC, CD and FB. RGB value is (252,205,251). Sum of RGB (Red+Green+Blue) = 252+205+251=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 205 (80.47% from 255 or 28.95% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFB is #033204. Grayscale: #E0E0E0. Windows color (decimal): -209413 or 16502268. OLE color: 16502268.
HSL color Cylindrical-coordinate representation of color #FCCDFB: hue angle of 301.28º 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 #FCCDFB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 251 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.01 |
| HSL | 301.28º | 0.89% | 0.9% | - |
| HSV(B) | 301.28º | 0.19% | 0.99% | - |
| XYZ | 79.39 | 71.32 | 100.85 | - |
| YUV | 224.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 251 | 0 | 0.19 | 0.00 | 0.01 | 301.28 | 0.89 | 0.9 |
| Hex | FC | CD | FB | 0 | 13 | 0 | 1 | 12D | 59 | 5A |
| Octal | 374 | 315 | 373 | 0 | 23 | 0 | 1 | 455 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11111011 | 0 | 10011 | 0 | 1 | 100101101 | 1011001 | 1011010 |
Color Harmonies of #FCCDFB
Complementary color
Monochromatic Colors of #FCCDFB
Black with #FCCDFB
Text Example
Text Example
White with #FCCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDFB; }
p { color: rgb(252,205,251); }
H1.HeaderClassName
{
color: #FCCDFB;
}
.AnyTagClassName
{
color: #FCCDFB;
}
</style>
background-color css
<style>
a { background-color: #FCCDFB; }
a { background-color: rgb(252,205,251); }
div.DivClassName
{
background-color: #FCCDFB;
}
.BgClassName
{
background-color: #FCCDFB;
}
</style>
border-color css
<style>
span { border-color: #FCCDFB; }
span { border-color: rgb(252,205,251); }
td.TdClassName
{
border-color: #FCCDFB;
}
.TagClassName
{
border-color: #FCCDFB;
}
</style>