Shades of Snuff #FBD2FA
Tints of Snuff #FBD2FA
RGB
CMYK
RGB Variations
Color information
#FBD2FA (or 0xFBD2FA) is known color: Snuff. HEX triplet: FB, D2 and FA. RGB value is (251,210,250). Sum of RGB (Red+Green+Blue) = 251+210+250=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 210 (82.42% from 255 or 29.54% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2FA is #042D05. Grayscale: #E2E2E2. Windows color (decimal): -273670 or 16438011. OLE color: 16438011.
HSL color Cylindrical-coordinate representation of color #FBD2FA: hue angle of 301.46º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD2FA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 250 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.02 |
| HSL | 301.46º | 0.84% | 0.9% | - |
| HSV(B) | 301.46º | 0.16% | 0.98% | - |
| XYZ | 80.09 | 73.5 | 100.41 | - |
| YUV | 226.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 250 | 0 | 0.16 | 0.00 | 0.02 | 301.46 | 0.84 | 0.9 |
| Hex | FB | D2 | FA | 0 | 10 | 0 | 2 | 12D | 54 | 5A |
| Octal | 373 | 322 | 372 | 0 | 20 | 0 | 2 | 455 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11111010 | 0 | 10000 | 0 | 10 | 100101101 | 1010100 | 1011010 |
Color Harmonies of #FBD2FA
Complementary color
Monochromatic Colors of #FBD2FA
Black with #FBD2FA
Text Example
Text Example
White with #FBD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2FA; }
p { color: rgb(251,210,250); }
H1.HeaderClassName
{
color: #FBD2FA;
}
.AnyTagClassName
{
color: #FBD2FA;
}
</style>
background-color css
<style>
a { background-color: #FBD2FA; }
a { background-color: rgb(251,210,250); }
div.DivClassName
{
background-color: #FBD2FA;
}
.BgClassName
{
background-color: #FBD2FA;
}
</style>
border-color css
<style>
span { border-color: #FBD2FA; }
span { border-color: rgb(251,210,250); }
td.TdClassName
{
border-color: #FBD2FA;
}
.TagClassName
{
border-color: #FBD2FA;
}
</style>