Shades of Snuff #FCCFFB
Tints of Snuff #FCCFFB
RGB
CMYK
RGB Variations
Color information
#FCCFFB (or 0xFCCFFB) is known color: Snuff. HEX triplet: FC, CF and FB. RGB value is (252,207,251). Sum of RGB (Red+Green+Blue) = 252+207+251=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFB is #033004. Grayscale: #E1E1E1. Windows color (decimal): -208901 or 16502780. OLE color: 16502780.
HSL color Cylindrical-coordinate representation of color #FCCFFB: hue angle of 301.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFFB is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 251 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.01 |
| HSL | 301.33º | 0.88% | 0.9% | - |
| HSV(B) | 301.33º | 0.18% | 0.99% | - |
| XYZ | 79.87 | 72.29 | 101.01 | - |
| YUV | 225.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 251 | 0 | 0.18 | 0.00 | 0.01 | 301.33 | 0.88 | 0.9 |
| Hex | FC | CF | FB | 0 | 12 | 0 | 1 | 12D | 58 | 5A |
| Octal | 374 | 317 | 373 | 0 | 22 | 0 | 1 | 455 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11111011 | 0 | 10010 | 0 | 1 | 100101101 | 1011000 | 1011010 |
Color Harmonies of #FCCFFB
Complementary color
Monochromatic Colors of #FCCFFB
Black with #FCCFFB
Text Example
Text Example
White with #FCCFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFFB; }
p { color: rgb(252,207,251); }
H1.HeaderClassName
{
color: #FCCFFB;
}
.AnyTagClassName
{
color: #FCCFFB;
}
</style>
background-color css
<style>
a { background-color: #FCCFFB; }
a { background-color: rgb(252,207,251); }
div.DivClassName
{
background-color: #FCCFFB;
}
.BgClassName
{
background-color: #FCCFFB;
}
</style>
border-color css
<style>
span { border-color: #FCCFFB; }
span { border-color: rgb(252,207,251); }
td.TdClassName
{
border-color: #FCCFFB;
}
.TagClassName
{
border-color: #FCCFFB;
}
</style>