Shades of Snuff #FCBDFD
Tints of Snuff #FCBDFD
RGB
CMYK
RGB Variations
Color information
#FCBDFD (or 0xFCBDFD) is known color: Snuff. HEX triplet: FC, BD and FD. RGB value is (252,189,253). Sum of RGB (Red+Green+Blue) = 252+189+253=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDFD is #034202. Grayscale: #D6D6D6. Windows color (decimal): -213507 or 16629244. OLE color: 16629244.
HSL color Cylindrical-coordinate representation of color #FCBDFD: hue angle of 299.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBDFD is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 253 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.01 |
| HSL | 299.06º | 0.94% | 0.87% | - |
| HSV(B) | 299.06º | 0.25% | 0.99% | - |
| XYZ | 76.07 | 64.18 | 101.31 | - |
| YUV | 215.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 253 | 0.00 | 0.25 | 0 | 0.01 | 299.06 | 0.94 | 0.87 |
| Hex | FC | BD | FD | 0 | 19 | 0 | 1 | 12B | 5E | 57 |
| Octal | 374 | 275 | 375 | 0 | 31 | 0 | 1 | 453 | 136 | 127 |
| Binary | 11111100 | 10111101 | 11111101 | 0 | 11001 | 0 | 1 | 100101011 | 1011110 | 1010111 |
Color Harmonies of #FCBDFD
Complementary color
Monochromatic Colors of #FCBDFD
Black with #FCBDFD
Text Example
Text Example
White with #FCBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDFD; }
p { color: rgb(252,189,253); }
H1.HeaderClassName
{
color: #FCBDFD;
}
.AnyTagClassName
{
color: #FCBDFD;
}
</style>
background-color css
<style>
a { background-color: #FCBDFD; }
a { background-color: rgb(252,189,253); }
div.DivClassName
{
background-color: #FCBDFD;
}
.BgClassName
{
background-color: #FCBDFD;
}
</style>
border-color css
<style>
span { border-color: #FCBDFD; }
span { border-color: rgb(252,189,253); }
td.TdClassName
{
border-color: #FCBDFD;
}
.TagClassName
{
border-color: #FCBDFD;
}
</style>