Shades of Snuff #FBC8F2
Tints of Snuff #FBC8F2
RGB
CMYK
RGB Variations
Color information
#FBC8F2 (or 0xFBC8F2) is known color: Snuff. HEX triplet: FB, C8 and F2. RGB value is (251,200,242). Sum of RGB (Red+Green+Blue) = 251+200+242=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8F2 is #04370D. Grayscale: #DBDBDB. Windows color (decimal): -276238 or 15911163. OLE color: 15911163.
HSL color Cylindrical-coordinate representation of color #FBC8F2: hue angle of 310.59º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8F2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 242 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.02 |
| HSL | 310.59º | 0.86% | 0.88% | - |
| HSV(B) | 310.59º | 0.2% | 0.98% | - |
| XYZ | 76.46 | 68.23 | 93.14 | - |
| YUV | 220.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 242 | 0 | 0.20 | 0.04 | 0.02 | 310.59 | 0.86 | 0.88 |
| Hex | FB | C8 | F2 | 0 | 14 | 4 | 2 | 137 | 56 | 58 |
| Octal | 373 | 310 | 362 | 0 | 24 | 4 | 2 | 467 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11110010 | 0 | 10100 | 100 | 10 | 100110111 | 1010110 | 1011000 |
Color Harmonies of #FBC8F2
Complementary color
Monochromatic Colors of #FBC8F2
Black with #FBC8F2
Text Example
Text Example
White with #FBC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8F2; }
p { color: rgb(251,200,242); }
H1.HeaderClassName
{
color: #FBC8F2;
}
.AnyTagClassName
{
color: #FBC8F2;
}
</style>
background-color css
<style>
a { background-color: #FBC8F2; }
a { background-color: rgb(251,200,242); }
div.DivClassName
{
background-color: #FBC8F2;
}
.BgClassName
{
background-color: #FBC8F2;
}
</style>
border-color css
<style>
span { border-color: #FBC8F2; }
span { border-color: rgb(251,200,242); }
td.TdClassName
{
border-color: #FBC8F2;
}
.TagClassName
{
border-color: #FBC8F2;
}
</style>