Shades of Snuff #FBCEF2
Tints of Snuff #FBCEF2
RGB
CMYK
RGB Variations
Color information
#FBCEF2 (or 0xFBCEF2) is known color: Snuff. HEX triplet: FB, CE and F2. RGB value is (251,206,242). Sum of RGB (Red+Green+Blue) = 251+206+242=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEF2 is #04310D. Grayscale: #DFDFDF. Windows color (decimal): -274702 or 15912699. OLE color: 15912699.
HSL color Cylindrical-coordinate representation of color #FBCEF2: hue angle of 312º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEF2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 242 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 312º | 0.85% | 0.9% | - |
| HSV(B) | 312º | 0.18% | 0.98% | - |
| XYZ | 77.88 | 71.06 | 93.62 | - |
| YUV | 223.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 242 | 0 | 0.18 | 0.04 | 0.02 | 312 | 0.85 | 0.9 |
| Hex | FB | CE | F2 | 0 | 12 | 4 | 2 | 138 | 55 | 5A |
| Octal | 373 | 316 | 362 | 0 | 22 | 4 | 2 | 470 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11110010 | 0 | 10010 | 100 | 10 | 100111000 | 1010101 | 1011010 |
Color Harmonies of #FBCEF2
Complementary color
Monochromatic Colors of #FBCEF2
Black with #FBCEF2
Text Example
Text Example
White with #FBCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEF2; }
p { color: rgb(251,206,242); }
H1.HeaderClassName
{
color: #FBCEF2;
}
.AnyTagClassName
{
color: #FBCEF2;
}
</style>
background-color css
<style>
a { background-color: #FBCEF2; }
a { background-color: rgb(251,206,242); }
div.DivClassName
{
background-color: #FBCEF2;
}
.BgClassName
{
background-color: #FBCEF2;
}
</style>
border-color css
<style>
span { border-color: #FBCEF2; }
span { border-color: rgb(251,206,242); }
td.TdClassName
{
border-color: #FBCEF2;
}
.TagClassName
{
border-color: #FBCEF2;
}
</style>