Shades of Snuff #FBCFF5
Tints of Snuff #FBCFF5
RGB
CMYK
RGB Variations
Color information
#FBCFF5 (or 0xFBCFF5) is known color: Snuff. HEX triplet: FB, CF and F5. RGB value is (251,207,245). Sum of RGB (Red+Green+Blue) = 251+207+245=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFF5 is #04300A. Grayscale: #E0E0E0. Windows color (decimal): -274443 or 16109563. OLE color: 16109563.
HSL color Cylindrical-coordinate representation of color #FBCFF5: hue angle of 308.18º 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 #FBCFF5 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 245 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.02 |
| HSL | 308.18º | 0.85% | 0.9% | - |
| HSV(B) | 308.18º | 0.18% | 0.98% | - |
| XYZ | 78.58 | 71.73 | 96.09 | - |
| YUV | 224.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 245 | 0 | 0.18 | 0.02 | 0.02 | 308.18 | 0.85 | 0.9 |
| Hex | FB | CF | F5 | 0 | 12 | 2 | 2 | 134 | 55 | 5A |
| Octal | 373 | 317 | 365 | 0 | 22 | 2 | 2 | 464 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11110101 | 0 | 10010 | 10 | 10 | 100110100 | 1010101 | 1011010 |
Color Harmonies of #FBCFF5
Complementary color
Monochromatic Colors of #FBCFF5
Black with #FBCFF5
Text Example
Text Example
White with #FBCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFF5; }
p { color: rgb(251,207,245); }
H1.HeaderClassName
{
color: #FBCFF5;
}
.AnyTagClassName
{
color: #FBCFF5;
}
</style>
background-color css
<style>
a { background-color: #FBCFF5; }
a { background-color: rgb(251,207,245); }
div.DivClassName
{
background-color: #FBCFF5;
}
.BgClassName
{
background-color: #FBCFF5;
}
</style>
border-color css
<style>
span { border-color: #FBCFF5; }
span { border-color: rgb(251,207,245); }
td.TdClassName
{
border-color: #FBCFF5;
}
.TagClassName
{
border-color: #FBCFF5;
}
</style>