Shades of Snuff #FBCEFF
Tints of Snuff #FBCEFF
RGB
CMYK
RGB Variations
Color information
#FBCEFF (or 0xFBCEFF) is known color: Snuff. HEX triplet: FB, CE and FF. RGB value is (251,206,255). Sum of RGB (Red+Green+Blue) = 251+206+255=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 206 (80.86% from 255 or 28.93% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEFF is #043100. Grayscale: #E0E0E0. Windows color (decimal): -274689 or 16764667. OLE color: 16764667.
HSL color Cylindrical-coordinate representation of color #FBCEFF: hue angle of 295.1º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCEFF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 206 | 255 | - |
| CMYK | 0.02 | 0.19 | 0 | 0 |
| HSL | 295.1º | 1% | 0.9% | - |
| HSV(B) | 295.1º | 0.19% | 1% | - |
| XYZ | 79.9 | 71.87 | 104.27 | - |
| YUV | 225.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 255 | 0.02 | 0.19 | 0 | 0 | 295.1 | 1 | 0.9 |
| Hex | FB | CE | FF | 2 | 13 | 0 | 0 | 127 | 64 | 5A |
| Octal | 373 | 316 | 377 | 2 | 23 | 0 | 0 | 447 | 144 | 132 |
| Binary | 11111011 | 11001110 | 11111111 | 10 | 10011 | 0 | 0 | 100100111 | 1100100 | 1011010 |
Color Harmonies of #FBCEFF
Complementary color
Monochromatic Colors of #FBCEFF
Black with #FBCEFF
Text Example
Text Example
White with #FBCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEFF; }
p { color: rgb(251,206,255); }
H1.HeaderClassName
{
color: #FBCEFF;
}
.AnyTagClassName
{
color: #FBCEFF;
}
</style>
background-color css
<style>
a { background-color: #FBCEFF; }
a { background-color: rgb(251,206,255); }
div.DivClassName
{
background-color: #FBCEFF;
}
.BgClassName
{
background-color: #FBCEFF;
}
</style>
border-color css
<style>
span { border-color: #FBCEFF; }
span { border-color: rgb(251,206,255); }
td.TdClassName
{
border-color: #FBCEFF;
}
.TagClassName
{
border-color: #FBCEFF;
}
</style>