Shades of Snuff #FBCDFB
Tints of Snuff #FBCDFB
RGB
CMYK
RGB Variations
Color information
#FBCDFB (or 0xFBCDFB) is known color: Snuff. HEX triplet: FB, CD and FB. RGB value is (251,205,251). Sum of RGB (Red+Green+Blue) = 251+205+251=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDFB is #043204. Grayscale: #DFDFDF. Windows color (decimal): -274949 or 16502267. OLE color: 16502267.
HSL color Cylindrical-coordinate representation of color #FBCDFB: hue angle of 300º 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 #FBCDFB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 251 | - |
CMYK | 0 | 0.18 | 0 | 0.02 |
HSL | 300º | 0.85% | 0.89% | - |
HSV(B) | 300º | 0.18% | 0.98% | - |
XYZ | 79.03 | 71.14 | 100.83 | - |
YUV | 224 | 143.24 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 251 | 0 | 0.18 | 0 | 0.02 | 300 | 0.85 | 0.89 |
Hex | FB | CD | FB | 0 | 12 | 0 | 2 | 12C | 55 | 59 |
Octal | 373 | 315 | 373 | 0 | 22 | 0 | 2 | 454 | 125 | 131 |
Binary | 11111011 | 11001101 | 11111011 | 0 | 10010 | 0 | 10 | 100101100 | 1010101 | 1011001 |
Color Harmonies of #FBCDFB
Complementary color
Monochromatic Colors of #FBCDFB
Black with #FBCDFB
Text Example
Text Example
White with #FBCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDFB; }
p { color: rgb(251,205,251); }
H1.HeaderClassName
{
color: #FBCDFB;
}
.AnyTagClassName
{
color: #FBCDFB;
}
</style>
background-color css
<style>
a { background-color: #FBCDFB; }
a { background-color: rgb(251,205,251); }
div.DivClassName
{
background-color: #FBCDFB;
}
.BgClassName
{
background-color: #FBCDFB;
}
</style>
border-color css
<style>
span { border-color: #FBCDFB; }
span { border-color: rgb(251,205,251); }
td.TdClassName
{
border-color: #FBCDFB;
}
.TagClassName
{
border-color: #FBCDFB;
}
</style>