Shades of Snuff #FBCCFE
Tints of Snuff #FBCCFE
RGB
CMYK
RGB Variations
Color information
#FBCCFE (or 0xFBCCFE) is known color: Snuff. HEX triplet: FB, CC and FE. RGB value is (251,204,254). Sum of RGB (Red+Green+Blue) = 251+204+254=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFE is #043301. Grayscale: #DFDFDF. Windows color (decimal): -275202 or 16698619. OLE color: 16698619.
HSL color Cylindrical-coordinate representation of color #FBCCFE: hue angle of 296.4º 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 #FBCCFE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 204 | 254 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.00 |
| HSL | 296.4º | 0.96% | 0.9% | - |
| HSV(B) | 296.4º | 0.2% | 1% | - |
| XYZ | 79.27 | 70.85 | 103.26 | - |
| YUV | 223.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 254 | 0.01 | 0.20 | 0 | 0.00 | 296.4 | 0.96 | 0.9 |
| Hex | FB | CC | FE | 1 | 14 | 0 | 0 | 128 | 60 | 5A |
| Octal | 373 | 314 | 376 | 1 | 24 | 0 | 0 | 450 | 140 | 132 |
| Binary | 11111011 | 11001100 | 11111110 | 1 | 10100 | 0 | 0 | 100101000 | 1100000 | 1011010 |
Color Harmonies of #FBCCFE
Complementary color
Monochromatic Colors of #FBCCFE
Black with #FBCCFE
Text Example
Text Example
White with #FBCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCFE; }
p { color: rgb(251,204,254); }
H1.HeaderClassName
{
color: #FBCCFE;
}
.AnyTagClassName
{
color: #FBCCFE;
}
</style>
background-color css
<style>
a { background-color: #FBCCFE; }
a { background-color: rgb(251,204,254); }
div.DivClassName
{
background-color: #FBCCFE;
}
.BgClassName
{
background-color: #FBCCFE;
}
</style>
border-color css
<style>
span { border-color: #FBCCFE; }
span { border-color: rgb(251,204,254); }
td.TdClassName
{
border-color: #FBCCFE;
}
.TagClassName
{
border-color: #FBCCFE;
}
</style>