Shades of Fuchsia Pink #FB8CFE
Tints of Fuchsia Pink #FB8CFE
RGB
CMYK
RGB Variations
Color information
#FB8CFE (or 0xFB8CFE) is known color: Fuchsia Pink. HEX triplet: FB, 8C and FE. RGB value is (251,140,254). Sum of RGB (Red+Green+Blue) = 251+140+254=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 140 (55.08% from 255 or 21.71% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CFE is #047301. Grayscale: #B9B9B9. Windows color (decimal): -291586 or 16682235. OLE color: 16682235.
HSL color Cylindrical-coordinate representation of color #FB8CFE: hue angle of 298.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8CFE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 140 | 254 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.00 |
| HSL | 298.42º | 0.98% | 0.77% | - |
| HSV(B) | 298.42º | 0.45% | 1% | - |
| XYZ | 67.05 | 46.42 | 99.19 | - |
| YUV | 186.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 254 | 0.01 | 0.45 | 0 | 0.00 | 298.42 | 0.98 | 0.77 |
| Hex | FB | 8C | FE | 1 | 2D | 0 | 0 | 12A | 62 | 4D |
| Octal | 373 | 214 | 376 | 1 | 55 | 0 | 0 | 452 | 142 | 115 |
| Binary | 11111011 | 10001100 | 11111110 | 1 | 101101 | 0 | 0 | 100101010 | 1100010 | 1001101 |
Color Harmonies of #FB8CFE
Complementary color
Monochromatic Colors of #FB8CFE
Black with #FB8CFE
Text Example
Text Example
White with #FB8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CFE; }
p { color: rgb(251,140,254); }
H1.HeaderClassName
{
color: #FB8CFE;
}
.AnyTagClassName
{
color: #FB8CFE;
}
</style>
background-color css
<style>
a { background-color: #FB8CFE; }
a { background-color: rgb(251,140,254); }
div.DivClassName
{
background-color: #FB8CFE;
}
.BgClassName
{
background-color: #FB8CFE;
}
</style>
border-color css
<style>
span { border-color: #FB8CFE; }
span { border-color: rgb(251,140,254); }
td.TdClassName
{
border-color: #FB8CFE;
}
.TagClassName
{
border-color: #FB8CFE;
}
</style>