Shades of Snuff #FBDEF5
Tints of Snuff #FBDEF5
RGB
CMYK
RGB Variations
Color information
#FBDEF5 (or 0xFBDEF5) is known color: Snuff. HEX triplet: FB, DE and F5. RGB value is (251,222,245). Sum of RGB (Red+Green+Blue) = 251+222+245=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF5 is #04210A. Grayscale: #E9E9E9. Windows color (decimal): -270603 or 16113403. OLE color: 16113403.
HSL color Cylindrical-coordinate representation of color #FBDEF5: hue angle of 312.41º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDEF5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 245 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.02 |
| HSL | 312.41º | 0.78% | 0.93% | - |
| HSV(B) | 312.41º | 0.12% | 0.98% | - |
| XYZ | 82.39 | 79.34 | 97.36 | - |
| YUV | 233.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 245 | 0 | 0.12 | 0.02 | 0.02 | 312.41 | 0.78 | 0.93 |
| Hex | FB | DE | F5 | 0 | C | 2 | 2 | 138 | 4E | 5D |
| Octal | 373 | 336 | 365 | 0 | 14 | 2 | 2 | 470 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11110101 | 0 | 1100 | 10 | 10 | 100111000 | 1001110 | 1011101 |
Color Harmonies of #FBDEF5
Complementary color
Monochromatic Colors of #FBDEF5
Black with #FBDEF5
Text Example
Text Example
White with #FBDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEF5; }
p { color: rgb(251,222,245); }
H1.HeaderClassName
{
color: #FBDEF5;
}
.AnyTagClassName
{
color: #FBDEF5;
}
</style>
background-color css
<style>
a { background-color: #FBDEF5; }
a { background-color: rgb(251,222,245); }
div.DivClassName
{
background-color: #FBDEF5;
}
.BgClassName
{
background-color: #FBDEF5;
}
</style>
border-color css
<style>
span { border-color: #FBDEF5; }
span { border-color: rgb(251,222,245); }
td.TdClassName
{
border-color: #FBDEF5;
}
.TagClassName
{
border-color: #FBDEF5;
}
</style>