Shades of Snuff #FBCBFE
Tints of Snuff #FBCBFE
RGB
CMYK
RGB Variations
Color information
#FBCBFE (or 0xFBCBFE) is known color: Snuff. HEX triplet: FB, CB and FE. RGB value is (251,203,254). Sum of RGB (Red+Green+Blue) = 251+203+254=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 203 (79.69% from 255 or 28.67% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBFE is #043401. Grayscale: #DFDFDF. Windows color (decimal): -275458 or 16698363. OLE color: 16698363.
HSL color Cylindrical-coordinate representation of color #FBCBFE: hue angle of 296.47º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCBFE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 203 | 254 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.00 |
| HSL | 296.47º | 0.96% | 0.9% | - |
| HSV(B) | 296.47º | 0.2% | 1% | - |
| XYZ | 79.03 | 70.38 | 103.18 | - |
| YUV | 223.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 254 | 0.01 | 0.20 | 0 | 0.00 | 296.47 | 0.96 | 0.9 |
| Hex | FB | CB | FE | 1 | 14 | 0 | 0 | 128 | 60 | 5A |
| Octal | 373 | 313 | 376 | 1 | 24 | 0 | 0 | 450 | 140 | 132 |
| Binary | 11111011 | 11001011 | 11111110 | 1 | 10100 | 0 | 0 | 100101000 | 1100000 | 1011010 |
Color Harmonies of #FBCBFE
Complementary color
Monochromatic Colors of #FBCBFE
Black with #FBCBFE
Text Example
Text Example
White with #FBCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBFE; }
p { color: rgb(251,203,254); }
H1.HeaderClassName
{
color: #FBCBFE;
}
.AnyTagClassName
{
color: #FBCBFE;
}
</style>
background-color css
<style>
a { background-color: #FBCBFE; }
a { background-color: rgb(251,203,254); }
div.DivClassName
{
background-color: #FBCBFE;
}
.BgClassName
{
background-color: #FBCBFE;
}
</style>
border-color css
<style>
span { border-color: #FBCBFE; }
span { border-color: rgb(251,203,254); }
td.TdClassName
{
border-color: #FBCBFE;
}
.TagClassName
{
border-color: #FBCBFE;
}
</style>