Shades of Snuff #FBCDFE
Tints of Snuff #FBCDFE
RGB
CMYK
RGB Variations
Color information
#FBCDFE (or 0xFBCDFE) is known color: Snuff. HEX triplet: FB, CD and FE. RGB value is (251,205,254). Sum of RGB (Red+Green+Blue) = 251+205+254=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDFE is #043201. Grayscale: #E0E0E0. Windows color (decimal): -274946 or 16698875. OLE color: 16698875.
HSL color Cylindrical-coordinate representation of color #FBCDFE: hue angle of 296.33º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCDFE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 205 | 254 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.00 |
| HSL | 296.33º | 0.96% | 0.9% | - |
| HSV(B) | 296.33º | 0.19% | 1% | - |
| XYZ | 79.5 | 71.33 | 103.34 | - |
| YUV | 224.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 254 | 0.01 | 0.19 | 0 | 0.00 | 296.33 | 0.96 | 0.9 |
| Hex | FB | CD | FE | 1 | 13 | 0 | 0 | 128 | 60 | 5A |
| Octal | 373 | 315 | 376 | 1 | 23 | 0 | 0 | 450 | 140 | 132 |
| Binary | 11111011 | 11001101 | 11111110 | 1 | 10011 | 0 | 0 | 100101000 | 1100000 | 1011010 |
Color Harmonies of #FBCDFE
Complementary color
Monochromatic Colors of #FBCDFE
Black with #FBCDFE
Text Example
Text Example
White with #FBCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDFE; }
p { color: rgb(251,205,254); }
H1.HeaderClassName
{
color: #FBCDFE;
}
.AnyTagClassName
{
color: #FBCDFE;
}
</style>
background-color css
<style>
a { background-color: #FBCDFE; }
a { background-color: rgb(251,205,254); }
div.DivClassName
{
background-color: #FBCDFE;
}
.BgClassName
{
background-color: #FBCDFE;
}
</style>
border-color css
<style>
span { border-color: #FBCDFE; }
span { border-color: rgb(251,205,254); }
td.TdClassName
{
border-color: #FBCDFE;
}
.TagClassName
{
border-color: #FBCDFE;
}
</style>