Shades of Snuff #FBCDF3
Tints of Snuff #FBCDF3
RGB
CMYK
RGB Variations
Color information
#FBCDF3 (or 0xFBCDF3) is known color: Snuff. HEX triplet: FB, CD and F3. RGB value is (251,205,243). Sum of RGB (Red+Green+Blue) = 251+205+243=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF3 is #04320C. Grayscale: #DEDEDE. Windows color (decimal): -274957 or 15977979. OLE color: 15977979.
HSL color Cylindrical-coordinate representation of color #FBCDF3: hue angle of 310.43º 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 #FBCDF3 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 243 | - |
CMYK | 0 | 0.18 | 0.03 | 0.02 |
HSL | 310.43º | 0.85% | 0.89% | - |
HSV(B) | 310.43º | 0.18% | 0.98% | - |
XYZ | 77.79 | 70.64 | 94.33 | - |
YUV | 223.09 | 139.24 | 147.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 243 | 0 | 0.18 | 0.03 | 0.02 | 310.43 | 0.85 | 0.89 |
Hex | FB | CD | F3 | 0 | 12 | 3 | 2 | 136 | 55 | 59 |
Octal | 373 | 315 | 363 | 0 | 22 | 3 | 2 | 466 | 125 | 131 |
Binary | 11111011 | 11001101 | 11110011 | 0 | 10010 | 11 | 10 | 100110110 | 1010101 | 1011001 |
Color Harmonies of #FBCDF3
Complementary color
Monochromatic Colors of #FBCDF3
Black with #FBCDF3
Text Example
Text Example
White with #FBCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDF3; }
p { color: rgb(251,205,243); }
H1.HeaderClassName
{
color: #FBCDF3;
}
.AnyTagClassName
{
color: #FBCDF3;
}
</style>
background-color css
<style>
a { background-color: #FBCDF3; }
a { background-color: rgb(251,205,243); }
div.DivClassName
{
background-color: #FBCDF3;
}
.BgClassName
{
background-color: #FBCDF3;
}
</style>
border-color css
<style>
span { border-color: #FBCDF3; }
span { border-color: rgb(251,205,243); }
td.TdClassName
{
border-color: #FBCDF3;
}
.TagClassName
{
border-color: #FBCDF3;
}
</style>