Shades of Snuff #FBCDF1
Tints of Snuff #FBCDF1
RGB
CMYK
RGB Variations
Color information
#FBCDF1 (or 0xFBCDF1) is known color: Snuff. HEX triplet: FB, CD and F1. RGB value is (251,205,241). Sum of RGB (Red+Green+Blue) = 251+205+241=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF1 is #04320E. Grayscale: #DEDEDE. Windows color (decimal): -274959 or 15846907. OLE color: 15846907.
HSL color Cylindrical-coordinate representation of color #FBCDF1: hue angle of 313.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDF1 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 241 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 313.04º | 0.85% | 0.89% | - |
| HSV(B) | 313.04º | 0.18% | 0.98% | - |
| XYZ | 77.49 | 70.52 | 92.75 | - |
| YUV | 222.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 241 | 0 | 0.18 | 0.04 | 0.02 | 313.04 | 0.85 | 0.89 |
| Hex | FB | CD | F1 | 0 | 12 | 4 | 2 | 139 | 55 | 59 |
| Octal | 373 | 315 | 361 | 0 | 22 | 4 | 2 | 471 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11110001 | 0 | 10010 | 100 | 10 | 100111001 | 1010101 | 1011001 |
Color Harmonies of #FBCDF1
Complementary color
Monochromatic Colors of #FBCDF1
Black with #FBCDF1
Text Example
Text Example
White with #FBCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDF1; }
p { color: rgb(251,205,241); }
H1.HeaderClassName
{
color: #FBCDF1;
}
.AnyTagClassName
{
color: #FBCDF1;
}
</style>
background-color css
<style>
a { background-color: #FBCDF1; }
a { background-color: rgb(251,205,241); }
div.DivClassName
{
background-color: #FBCDF1;
}
.BgClassName
{
background-color: #FBCDF1;
}
</style>
border-color css
<style>
span { border-color: #FBCDF1; }
span { border-color: rgb(251,205,241); }
td.TdClassName
{
border-color: #FBCDF1;
}
.TagClassName
{
border-color: #FBCDF1;
}
</style>