Shades of Snuff #FBE0F5
Tints of Snuff #FBE0F5
RGB
CMYK
RGB Variations
Color information
#FBE0F5 (or 0xFBE0F5) is known color: Snuff. HEX triplet: FB, E0 and F5. RGB value is (251,224,245). Sum of RGB (Red+Green+Blue) = 251+224+245=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F5 is #041F0A. Grayscale: #EAEAEA. Windows color (decimal): -270091 or 16113915. OLE color: 16113915.
HSL color Cylindrical-coordinate representation of color #FBE0F5: hue angle of 313.33º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0F5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 245 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 313.33º | 0.77% | 0.93% | - |
| HSV(B) | 313.33º | 0.11% | 0.98% | - |
| XYZ | 82.92 | 80.41 | 97.54 | - |
| YUV | 234.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 245 | 0 | 0.11 | 0.02 | 0.02 | 313.33 | 0.77 | 0.93 |
| Hex | FB | E0 | F5 | 0 | B | 2 | 2 | 139 | 4D | 5D |
| Octal | 373 | 340 | 365 | 0 | 13 | 2 | 2 | 471 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11110101 | 0 | 1011 | 10 | 10 | 100111001 | 1001101 | 1011101 |
Color Harmonies of #FBE0F5
Complementary color
Monochromatic Colors of #FBE0F5
Black with #FBE0F5
Text Example
Text Example
White with #FBE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0F5; }
p { color: rgb(251,224,245); }
H1.HeaderClassName
{
color: #FBE0F5;
}
.AnyTagClassName
{
color: #FBE0F5;
}
</style>
background-color css
<style>
a { background-color: #FBE0F5; }
a { background-color: rgb(251,224,245); }
div.DivClassName
{
background-color: #FBE0F5;
}
.BgClassName
{
background-color: #FBE0F5;
}
</style>
border-color css
<style>
span { border-color: #FBE0F5; }
span { border-color: rgb(251,224,245); }
td.TdClassName
{
border-color: #FBE0F5;
}
.TagClassName
{
border-color: #FBE0F5;
}
</style>