Shades of Snuff #FCBCFC
Tints of Snuff #FCBCFC
RGB
CMYK
RGB Variations
Color information
#FCBCFC (or 0xFCBCFC) is known color: Snuff. HEX triplet: FC, BC and FC. RGB value is (252,188,252). Sum of RGB (Red+Green+Blue) = 252+188+252=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCFC is #034303. Grayscale: #D6D6D6. Windows color (decimal): -213764 or 16563452. OLE color: 16563452.
HSL color Cylindrical-coordinate representation of color #FCBCFC: hue angle of 300º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCFC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 252 | - |
| CMYK | 0 | 0.25 | 0 | 0.01 |
| HSL | 300º | 0.91% | 0.86% | - |
| HSV(B) | 300º | 0.25% | 0.99% | - |
| XYZ | 75.7 | 63.69 | 100.4 | - |
| YUV | 214.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 252 | 0 | 0.25 | 0 | 0.01 | 300 | 0.91 | 0.86 |
| Hex | FC | BC | FC | 0 | 19 | 0 | 1 | 12C | 5B | 56 |
| Octal | 374 | 274 | 374 | 0 | 31 | 0 | 1 | 454 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11111100 | 0 | 11001 | 0 | 1 | 100101100 | 1011011 | 1010110 |
Color Harmonies of #FCBCFC
Complementary color
Monochromatic Colors of #FCBCFC
Black with #FCBCFC
Text Example
Text Example
White with #FCBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCFC; }
p { color: rgb(252,188,252); }
H1.HeaderClassName
{
color: #FCBCFC;
}
.AnyTagClassName
{
color: #FCBCFC;
}
</style>
background-color css
<style>
a { background-color: #FCBCFC; }
a { background-color: rgb(252,188,252); }
div.DivClassName
{
background-color: #FCBCFC;
}
.BgClassName
{
background-color: #FCBCFC;
}
</style>
border-color css
<style>
span { border-color: #FCBCFC; }
span { border-color: rgb(252,188,252); }
td.TdClassName
{
border-color: #FCBCFC;
}
.TagClassName
{
border-color: #FCBCFC;
}
</style>