Shades of Snuff #FDBDFE
Tints of Snuff #FDBDFE
RGB
CMYK
RGB Variations
Color information
#FDBDFE (or 0xFDBDFE) is known color: Snuff. HEX triplet: FD, BD and FE. RGB value is (253,189,254). Sum of RGB (Red+Green+Blue) = 253+189+254=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 189 (74.22% from 255 or 27.16% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDFE is #024201. Grayscale: #D7D7D7. Windows color (decimal): -147970 or 16694781. OLE color: 16694781.
HSL color Cylindrical-coordinate representation of color #FDBDFE: hue angle of 299.08º 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 #FDBDFE is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 189 | 254 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.00 |
| HSL | 299.08º | 0.97% | 0.87% | - |
| HSV(B) | 299.08º | 0.26% | 1% | - |
| XYZ | 76.6 | 64.43 | 102.17 | - |
| YUV | 215.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 254 | 0.00 | 0.26 | 0 | 0.00 | 299.08 | 0.97 | 0.87 |
| Hex | FD | BD | FE | 0 | 1A | 0 | 0 | 12B | 61 | 57 |
| Octal | 375 | 275 | 376 | 0 | 32 | 0 | 0 | 453 | 141 | 127 |
| Binary | 11111101 | 10111101 | 11111110 | 0 | 11010 | 0 | 0 | 100101011 | 1100001 | 1010111 |
Color Harmonies of #FDBDFE
Complementary color
Monochromatic Colors of #FDBDFE
Black with #FDBDFE
Text Example
Text Example
White with #FDBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDFE; }
p { color: rgb(253,189,254); }
H1.HeaderClassName
{
color: #FDBDFE;
}
.AnyTagClassName
{
color: #FDBDFE;
}
</style>
background-color css
<style>
a { background-color: #FDBDFE; }
a { background-color: rgb(253,189,254); }
div.DivClassName
{
background-color: #FDBDFE;
}
.BgClassName
{
background-color: #FDBDFE;
}
</style>
border-color css
<style>
span { border-color: #FDBDFE; }
span { border-color: rgb(253,189,254); }
td.TdClassName
{
border-color: #FDBDFE;
}
.TagClassName
{
border-color: #FDBDFE;
}
</style>