Shades of Fuchsia Pink #FB8FFE
Tints of Fuchsia Pink #FB8FFE
RGB
CMYK
RGB Variations
Color information
#FB8FFE (or 0xFB8FFE) is known color: Fuchsia Pink. HEX triplet: FB, 8F and FE. RGB value is (251,143,254). Sum of RGB (Red+Green+Blue) = 251+143+254=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 143 (56.25% from 255 or 22.07% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FFE is #047001. Grayscale: #BBBBBB. Windows color (decimal): -290818 or 16683003. OLE color: 16683003.
HSL color Cylindrical-coordinate representation of color #FB8FFE: hue angle of 298.38º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8FFE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 143 | 254 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.00 |
| HSL | 298.38º | 0.98% | 0.78% | - |
| HSV(B) | 298.38º | 0.44% | 1% | - |
| XYZ | 67.5 | 47.31 | 99.34 | - |
| YUV | 187.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 254 | 0.01 | 0.44 | 0 | 0.00 | 298.38 | 0.98 | 0.78 |
| Hex | FB | 8F | FE | 1 | 2C | 0 | 0 | 12A | 62 | 4E |
| Octal | 373 | 217 | 376 | 1 | 54 | 0 | 0 | 452 | 142 | 116 |
| Binary | 11111011 | 10001111 | 11111110 | 1 | 101100 | 0 | 0 | 100101010 | 1100010 | 1001110 |
Color Harmonies of #FB8FFE
Complementary color
Monochromatic Colors of #FB8FFE
Black with #FB8FFE
Text Example
Text Example
White with #FB8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FFE; }
p { color: rgb(251,143,254); }
H1.HeaderClassName
{
color: #FB8FFE;
}
.AnyTagClassName
{
color: #FB8FFE;
}
</style>
background-color css
<style>
a { background-color: #FB8FFE; }
a { background-color: rgb(251,143,254); }
div.DivClassName
{
background-color: #FB8FFE;
}
.BgClassName
{
background-color: #FB8FFE;
}
</style>
border-color css
<style>
span { border-color: #FB8FFE; }
span { border-color: rgb(251,143,254); }
td.TdClassName
{
border-color: #FB8FFE;
}
.TagClassName
{
border-color: #FB8FFE;
}
</style>