Shades of Snuff #FCCBF6
Tints of Snuff #FCCBF6
RGB
CMYK
RGB Variations
Color information
#FCCBF6 (or 0xFCCBF6) is known color: Snuff. HEX triplet: FC, CB and F6. RGB value is (252,203,246). Sum of RGB (Red+Green+Blue) = 252+203+246=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF6 is #033409. Grayscale: #DEDEDE. Windows color (decimal): -209930 or 16174076. OLE color: 16174076.
HSL color Cylindrical-coordinate representation of color #FCCBF6: hue angle of 307.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBF6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 246 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.01 |
| HSL | 307.35º | 0.89% | 0.89% | - |
| HSV(B) | 307.35º | 0.19% | 0.99% | - |
| XYZ | 78.14 | 70.06 | 96.59 | - |
| YUV | 222.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 246 | 0 | 0.19 | 0.02 | 0.01 | 307.35 | 0.89 | 0.89 |
| Hex | FC | CB | F6 | 0 | 13 | 2 | 1 | 133 | 59 | 59 |
| Octal | 374 | 313 | 366 | 0 | 23 | 2 | 1 | 463 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11110110 | 0 | 10011 | 10 | 1 | 100110011 | 1011001 | 1011001 |
Color Harmonies of #FCCBF6
Complementary color
Monochromatic Colors of #FCCBF6
Black with #FCCBF6
Text Example
Text Example
White with #FCCBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBF6; }
p { color: rgb(252,203,246); }
H1.HeaderClassName
{
color: #FCCBF6;
}
.AnyTagClassName
{
color: #FCCBF6;
}
</style>
background-color css
<style>
a { background-color: #FCCBF6; }
a { background-color: rgb(252,203,246); }
div.DivClassName
{
background-color: #FCCBF6;
}
.BgClassName
{
background-color: #FCCBF6;
}
</style>
border-color css
<style>
span { border-color: #FCCBF6; }
span { border-color: rgb(252,203,246); }
td.TdClassName
{
border-color: #FCCBF6;
}
.TagClassName
{
border-color: #FCCBF6;
}
</style>