Shades of Snuff #FCBDFC
Tints of Snuff #FCBDFC
RGB
CMYK
RGB Variations
Color information
#FCBDFC (or 0xFCBDFC) is known color: Snuff. HEX triplet: FC, BD and FC. RGB value is (252,189,252). Sum of RGB (Red+Green+Blue) = 252+189+252=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 189 (74.22% from 255 or 27.27% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDFC is #034203. Grayscale: #D6D6D6. Windows color (decimal): -213508 or 16563708. OLE color: 16563708.
HSL color Cylindrical-coordinate representation of color #FCBDFC: 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 #FCBDFC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 252 | - |
| CMYK | 0 | 0.25 | 0 | 0.01 |
| HSL | 300º | 0.91% | 0.86% | - |
| HSV(B) | 300º | 0.25% | 0.99% | - |
| XYZ | 75.91 | 64.12 | 100.47 | - |
| YUV | 215.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 252 | 0 | 0.25 | 0 | 0.01 | 300 | 0.91 | 0.86 |
| Hex | FC | BD | FC | 0 | 19 | 0 | 1 | 12C | 5B | 56 |
| Octal | 374 | 275 | 374 | 0 | 31 | 0 | 1 | 454 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11111100 | 0 | 11001 | 0 | 1 | 100101100 | 1011011 | 1010110 |
Color Harmonies of #FCBDFC
Complementary color
Monochromatic Colors of #FCBDFC
Black with #FCBDFC
Text Example
Text Example
White with #FCBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDFC; }
p { color: rgb(252,189,252); }
H1.HeaderClassName
{
color: #FCBDFC;
}
.AnyTagClassName
{
color: #FCBDFC;
}
</style>
background-color css
<style>
a { background-color: #FCBDFC; }
a { background-color: rgb(252,189,252); }
div.DivClassName
{
background-color: #FCBDFC;
}
.BgClassName
{
background-color: #FCBDFC;
}
</style>
border-color css
<style>
span { border-color: #FCBDFC; }
span { border-color: rgb(252,189,252); }
td.TdClassName
{
border-color: #FCBDFC;
}
.TagClassName
{
border-color: #FCBDFC;
}
</style>