Shades of Snuff #FBCFFC
Tints of Snuff #FBCFFC
RGB
CMYK
RGB Variations
Color information
#FBCFFC (or 0xFBCFFC) is known color: Snuff. HEX triplet: FB, CF and FC. RGB value is (251,207,252). Sum of RGB (Red+Green+Blue) = 251+207+252=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBCFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFFC is #043003. Grayscale: #E1E1E1. Windows color (decimal): -274436 or 16568315. OLE color: 16568315.
HSL color Cylindrical-coordinate representation of color #FBCFFC: hue angle of 298.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFFC is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 207 | 252 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.01 |
| HSL | 298.67º | 0.88% | 0.9% | - |
| HSV(B) | 298.67º | 0.18% | 0.99% | - |
| XYZ | 79.67 | 72.16 | 101.83 | - |
| YUV | 225.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 252 | 0.00 | 0.18 | 0 | 0.01 | 298.67 | 0.88 | 0.9 |
| Hex | FB | CF | FC | 0 | 12 | 0 | 1 | 12B | 58 | 5A |
| Octal | 373 | 317 | 374 | 0 | 22 | 0 | 1 | 453 | 130 | 132 |
| Binary | 11111011 | 11001111 | 11111100 | 0 | 10010 | 0 | 1 | 100101011 | 1011000 | 1011010 |
Color Harmonies of #FBCFFC
Complementary color
Monochromatic Colors of #FBCFFC
Black with #FBCFFC
Text Example
Text Example
White with #FBCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFFC; }
p { color: rgb(251,207,252); }
H1.HeaderClassName
{
color: #FBCFFC;
}
.AnyTagClassName
{
color: #FBCFFC;
}
</style>
background-color css
<style>
a { background-color: #FBCFFC; }
a { background-color: rgb(251,207,252); }
div.DivClassName
{
background-color: #FBCFFC;
}
.BgClassName
{
background-color: #FBCFFC;
}
</style>
border-color css
<style>
span { border-color: #FBCFFC; }
span { border-color: rgb(251,207,252); }
td.TdClassName
{
border-color: #FBCFFC;
}
.TagClassName
{
border-color: #FBCFFC;
}
</style>