Shades of Snuff #FBCBF2
Tints of Snuff #FBCBF2
RGB
CMYK
RGB Variations
Color information
#FBCBF2 (or 0xFBCBF2) is known color: Snuff. HEX triplet: FB, CB and F2. RGB value is (251,203,242). Sum of RGB (Red+Green+Blue) = 251+203+242=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBF2 is #04340D. Grayscale: #DDDDDD. Windows color (decimal): -275470 or 15911931. OLE color: 15911931.
HSL color Cylindrical-coordinate representation of color #FBCBF2: hue angle of 311.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBF2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 242 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.02 |
| HSL | 311.25º | 0.86% | 0.89% | - |
| HSV(B) | 311.25º | 0.19% | 0.98% | - |
| XYZ | 77.17 | 69.63 | 93.38 | - |
| YUV | 221.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 242 | 0 | 0.19 | 0.04 | 0.02 | 311.25 | 0.86 | 0.89 |
| Hex | FB | CB | F2 | 0 | 13 | 4 | 2 | 137 | 56 | 59 |
| Octal | 373 | 313 | 362 | 0 | 23 | 4 | 2 | 467 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11110010 | 0 | 10011 | 100 | 10 | 100110111 | 1010110 | 1011001 |
Color Harmonies of #FBCBF2
Complementary color
Monochromatic Colors of #FBCBF2
Black with #FBCBF2
Text Example
Text Example
White with #FBCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBF2; }
p { color: rgb(251,203,242); }
H1.HeaderClassName
{
color: #FBCBF2;
}
.AnyTagClassName
{
color: #FBCBF2;
}
</style>
background-color css
<style>
a { background-color: #FBCBF2; }
a { background-color: rgb(251,203,242); }
div.DivClassName
{
background-color: #FBCBF2;
}
.BgClassName
{
background-color: #FBCBF2;
}
</style>
border-color css
<style>
span { border-color: #FBCBF2; }
span { border-color: rgb(251,203,242); }
td.TdClassName
{
border-color: #FBCBF2;
}
.TagClassName
{
border-color: #FBCBF2;
}
</style>