Shades of Snuff #FDBFFC
Tints of Snuff #FDBFFC
RGB
CMYK
RGB Variations
Color information
#FDBFFC (or 0xFDBFFC) is known color: Snuff. HEX triplet: FD, BF and FC. RGB value is (253,191,252). Sum of RGB (Red+Green+Blue) = 253+191+252=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFFC is #024003. Grayscale: #D8D8D8. Windows color (decimal): -147460 or 16564221. OLE color: 16564221.
HSL color Cylindrical-coordinate representation of color #FDBFFC: hue angle of 300.97º 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 #FDBFFC is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 252 | - |
CMYK | 0 | 0.25 | 0.00 | 0.01 |
HSL | 300.97º | 0.94% | 0.87% | - |
HSV(B) | 300.97º | 0.25% | 0.99% | - |
XYZ | 76.71 | 65.17 | 100.63 | - |
YUV | 216.49 | 148.04 | 154.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 252 | 0 | 0.25 | 0.00 | 0.01 | 300.97 | 0.94 | 0.87 |
Hex | FD | BF | FC | 0 | 19 | 0 | 1 | 12D | 5E | 57 |
Octal | 375 | 277 | 374 | 0 | 31 | 0 | 1 | 455 | 136 | 127 |
Binary | 11111101 | 10111111 | 11111100 | 0 | 11001 | 0 | 1 | 100101101 | 1011110 | 1010111 |
Color Harmonies of #FDBFFC
Complementary color
Monochromatic Colors of #FDBFFC
Black with #FDBFFC
Text Example
Text Example
White with #FDBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFFC; }
p { color: rgb(253,191,252); }
H1.HeaderClassName
{
color: #FDBFFC;
}
.AnyTagClassName
{
color: #FDBFFC;
}
</style>
background-color css
<style>
a { background-color: #FDBFFC; }
a { background-color: rgb(253,191,252); }
div.DivClassName
{
background-color: #FDBFFC;
}
.BgClassName
{
background-color: #FDBFFC;
}
</style>
border-color css
<style>
span { border-color: #FDBFFC; }
span { border-color: rgb(253,191,252); }
td.TdClassName
{
border-color: #FDBFFC;
}
.TagClassName
{
border-color: #FDBFFC;
}
</style>