Shades of Snuff #FBCFF2
Tints of Snuff #FBCFF2
RGB
CMYK
RGB Variations
Color information
#FBCFF2 (or 0xFBCFF2) is known color: Snuff. HEX triplet: FB, CF and F2. RGB value is (251,207,242). Sum of RGB (Red+Green+Blue) = 251+207+242=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFF2 is #04300D. Grayscale: #E0E0E0. Windows color (decimal): -274446 or 15912955. OLE color: 15912955.
HSL color Cylindrical-coordinate representation of color #FBCFF2: hue angle of 312.27º 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 #FBCFF2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 242 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 312.27º | 0.85% | 0.9% | - |
| HSV(B) | 312.27º | 0.18% | 0.98% | - |
| XYZ | 78.12 | 71.55 | 93.7 | - |
| YUV | 224.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 242 | 0 | 0.18 | 0.04 | 0.02 | 312.27 | 0.85 | 0.9 |
| Hex | FB | CF | F2 | 0 | 12 | 4 | 2 | 138 | 55 | 5A |
| Octal | 373 | 317 | 362 | 0 | 22 | 4 | 2 | 470 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11110010 | 0 | 10010 | 100 | 10 | 100111000 | 1010101 | 1011010 |
Color Harmonies of #FBCFF2
Complementary color
Monochromatic Colors of #FBCFF2
Black with #FBCFF2
Text Example
Text Example
White with #FBCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFF2; }
p { color: rgb(251,207,242); }
H1.HeaderClassName
{
color: #FBCFF2;
}
.AnyTagClassName
{
color: #FBCFF2;
}
</style>
background-color css
<style>
a { background-color: #FBCFF2; }
a { background-color: rgb(251,207,242); }
div.DivClassName
{
background-color: #FBCFF2;
}
.BgClassName
{
background-color: #FBCFF2;
}
</style>
border-color css
<style>
span { border-color: #FBCFF2; }
span { border-color: rgb(251,207,242); }
td.TdClassName
{
border-color: #FBCFF2;
}
.TagClassName
{
border-color: #FBCFF2;
}
</style>