Shades of Snuff #FDBFF9
Tints of Snuff #FDBFF9
RGB
CMYK
RGB Variations
Color information
#FDBFF9 (or 0xFDBFF9) is known color: Snuff. HEX triplet: FD, BF and F9. RGB value is (253,191,249). Sum of RGB (Red+Green+Blue) = 253+191+249=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF9 is #024006. Grayscale: #D7D7D7. Windows color (decimal): -147463 or 16367613. OLE color: 16367613.
HSL color Cylindrical-coordinate representation of color #FDBFF9: hue angle of 303.87º 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 #FDBFF9 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 249 | - |
CMYK | 0 | 0.25 | 0.02 | 0.01 |
HSL | 303.87º | 0.94% | 0.87% | - |
HSV(B) | 303.87º | 0.25% | 0.99% | - |
XYZ | 76.24 | 64.98 | 98.15 | - |
YUV | 216.15 | 146.54 | 154.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 249 | 0 | 0.25 | 0.02 | 0.01 | 303.87 | 0.94 | 0.87 |
Hex | FD | BF | F9 | 0 | 19 | 2 | 1 | 130 | 5E | 57 |
Octal | 375 | 277 | 371 | 0 | 31 | 2 | 1 | 460 | 136 | 127 |
Binary | 11111101 | 10111111 | 11111001 | 0 | 11001 | 10 | 1 | 100110000 | 1011110 | 1010111 |
Color Harmonies of #FDBFF9
Complementary color
Monochromatic Colors of #FDBFF9
Black with #FDBFF9
Text Example
Text Example
White with #FDBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFF9; }
p { color: rgb(253,191,249); }
H1.HeaderClassName
{
color: #FDBFF9;
}
.AnyTagClassName
{
color: #FDBFF9;
}
</style>
background-color css
<style>
a { background-color: #FDBFF9; }
a { background-color: rgb(253,191,249); }
div.DivClassName
{
background-color: #FDBFF9;
}
.BgClassName
{
background-color: #FDBFF9;
}
</style>
border-color css
<style>
span { border-color: #FDBFF9; }
span { border-color: rgb(253,191,249); }
td.TdClassName
{
border-color: #FDBFF9;
}
.TagClassName
{
border-color: #FDBFF9;
}
</style>