Shades of Snuff #FBD9F5
Tints of Snuff #FBD9F5
RGB
CMYK
RGB Variations
Color information
#FBD9F5 (or 0xFBD9F5) is known color: Snuff. HEX triplet: FB, D9 and F5. RGB value is (251,217,245). Sum of RGB (Red+Green+Blue) = 251+217+245=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F5 is #04260A. Grayscale: #E6E6E6. Windows color (decimal): -271883 or 16112123. OLE color: 16112123.
HSL color Cylindrical-coordinate representation of color #FBD9F5: hue angle of 310.59º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD9F5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 217 | 245 | - |
CMYK | 0 | 0.14 | 0.02 | 0.02 |
HSL | 310.59º | 0.81% | 0.92% | - |
HSV(B) | 310.59º | 0.14% | 0.98% | - |
XYZ | 81.08 | 76.73 | 96.92 | - |
YUV | 230.36 | 136.26 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 217 | 245 | 0 | 0.14 | 0.02 | 0.02 | 310.59 | 0.81 | 0.92 |
Hex | FB | D9 | F5 | 0 | E | 2 | 2 | 137 | 51 | 5C |
Octal | 373 | 331 | 365 | 0 | 16 | 2 | 2 | 467 | 121 | 134 |
Binary | 11111011 | 11011001 | 11110101 | 0 | 1110 | 10 | 10 | 100110111 | 1010001 | 1011100 |
Color Harmonies of #FBD9F5
Complementary color
Monochromatic Colors of #FBD9F5
Black with #FBD9F5
Text Example
Text Example
White with #FBD9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD9F5; }
p { color: rgb(251,217,245); }
H1.HeaderClassName
{
color: #FBD9F5;
}
.AnyTagClassName
{
color: #FBD9F5;
}
</style>
background-color css
<style>
a { background-color: #FBD9F5; }
a { background-color: rgb(251,217,245); }
div.DivClassName
{
background-color: #FBD9F5;
}
.BgClassName
{
background-color: #FBD9F5;
}
</style>
border-color css
<style>
span { border-color: #FBD9F5; }
span { border-color: rgb(251,217,245); }
td.TdClassName
{
border-color: #FBD9F5;
}
.TagClassName
{
border-color: #FBD9F5;
}
</style>