Shades of Snuff #FDBCFE
Tints of Snuff #FDBCFE
RGB
CMYK
RGB Variations
Color information
#FDBCFE (or 0xFDBCFE) is known color: Snuff. HEX triplet: FD, BC and FE. RGB value is (253,188,254). Sum of RGB (Red+Green+Blue) = 253+188+254=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 188 (73.83% from 255 or 27.05% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCFE is #024301. Grayscale: #D6D6D6. Windows color (decimal): -148226 or 16694525. OLE color: 16694525.
HSL color Cylindrical-coordinate representation of color #FDBCFE: hue angle of 299.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBCFE is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 188 | 254 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.00 |
| HSL | 299.09º | 0.97% | 0.87% | - |
| HSV(B) | 299.09º | 0.26% | 1% | - |
| XYZ | 76.38 | 64 | 102.09 | - |
| YUV | 214.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 254 | 0.00 | 0.26 | 0 | 0.00 | 299.09 | 0.97 | 0.87 |
| Hex | FD | BC | FE | 0 | 1A | 0 | 0 | 12B | 61 | 57 |
| Octal | 375 | 274 | 376 | 0 | 32 | 0 | 0 | 453 | 141 | 127 |
| Binary | 11111101 | 10111100 | 11111110 | 0 | 11010 | 0 | 0 | 100101011 | 1100001 | 1010111 |
Color Harmonies of #FDBCFE
Complementary color
Monochromatic Colors of #FDBCFE
Black with #FDBCFE
Text Example
Text Example
White with #FDBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCFE; }
p { color: rgb(253,188,254); }
H1.HeaderClassName
{
color: #FDBCFE;
}
.AnyTagClassName
{
color: #FDBCFE;
}
</style>
background-color css
<style>
a { background-color: #FDBCFE; }
a { background-color: rgb(253,188,254); }
div.DivClassName
{
background-color: #FDBCFE;
}
.BgClassName
{
background-color: #FDBCFE;
}
</style>
border-color css
<style>
span { border-color: #FDBCFE; }
span { border-color: rgb(253,188,254); }
td.TdClassName
{
border-color: #FDBCFE;
}
.TagClassName
{
border-color: #FDBCFE;
}
</style>