Shades of Snuff #FBCFFE
Tints of Snuff #FBCFFE
RGB
CMYK
RGB Variations
Color information
#FBCFFE (or 0xFBCFFE) is known color: Snuff. HEX triplet: FB, CF and FE. RGB value is (251,207,254). Sum of RGB (Red+Green+Blue) = 251+207+254=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 207 (81.25% from 255 or 29.07% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFFE is #043001. Grayscale: #E1E1E1. Windows color (decimal): -274434 or 16699387. OLE color: 16699387.
HSL color Cylindrical-coordinate representation of color #FBCFFE: hue angle of 296.17º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCFFE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 207 | 254 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.00 |
| HSL | 296.17º | 0.96% | 0.9% | - |
| HSV(B) | 296.17º | 0.19% | 1% | - |
| XYZ | 79.99 | 72.29 | 103.5 | - |
| YUV | 225.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 254 | 0.01 | 0.19 | 0 | 0.00 | 296.17 | 0.96 | 0.9 |
| Hex | FB | CF | FE | 1 | 13 | 0 | 0 | 128 | 60 | 5A |
| Octal | 373 | 317 | 376 | 1 | 23 | 0 | 0 | 450 | 140 | 132 |
| Binary | 11111011 | 11001111 | 11111110 | 1 | 10011 | 0 | 0 | 100101000 | 1100000 | 1011010 |
Color Harmonies of #FBCFFE
Complementary color
Monochromatic Colors of #FBCFFE
Black with #FBCFFE
Text Example
Text Example
White with #FBCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFFE; }
p { color: rgb(251,207,254); }
H1.HeaderClassName
{
color: #FBCFFE;
}
.AnyTagClassName
{
color: #FBCFFE;
}
</style>
background-color css
<style>
a { background-color: #FBCFFE; }
a { background-color: rgb(251,207,254); }
div.DivClassName
{
background-color: #FBCFFE;
}
.BgClassName
{
background-color: #FBCFFE;
}
</style>
border-color css
<style>
span { border-color: #FBCFFE; }
span { border-color: rgb(251,207,254); }
td.TdClassName
{
border-color: #FBCFFE;
}
.TagClassName
{
border-color: #FBCFFE;
}
</style>