Shades of Pale Magenta #FB68E3
Tints of Pale Magenta #FB68E3
RGB
CMYK
RGB Variations
Color information
#FB68E3 (or 0xFB68E3) is known color: Pale Magenta. HEX triplet: FB, 68 and E3. RGB value is (251,104,227). Sum of RGB (Red+Green+Blue) = 251+104+227=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68E3 is #04971C. Grayscale: #A1A1A1. Windows color (decimal): -300829 or 14903547. OLE color: 14903547.
HSL color Cylindrical-coordinate representation of color #FB68E3: hue angle of 309.8º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68E3 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 227 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.02 |
| HSL | 309.8º | 0.95% | 0.7% | - |
| HSV(B) | 309.8º | 0.59% | 0.98% | - |
| XYZ | 58.6 | 35.96 | 76.52 | - |
| YUV | 161.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 227 | 0 | 0.59 | 0.10 | 0.02 | 309.8 | 0.95 | 0.7 |
| Hex | FB | 68 | E3 | 0 | 3B | A | 2 | 136 | 5F | 46 |
| Octal | 373 | 150 | 343 | 0 | 73 | 12 | 2 | 466 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11100011 | 0 | 111011 | 1010 | 10 | 100110110 | 1011111 | 1000110 |
Color Harmonies of #FB68E3
Complementary color
Monochromatic Colors of #FB68E3
Black with #FB68E3
Text Example
Text Example
White with #FB68E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68E3; }
p { color: rgb(251,104,227); }
H1.HeaderClassName
{
color: #FB68E3;
}
.AnyTagClassName
{
color: #FB68E3;
}
</style>
background-color css
<style>
a { background-color: #FB68E3; }
a { background-color: rgb(251,104,227); }
div.DivClassName
{
background-color: #FB68E3;
}
.BgClassName
{
background-color: #FB68E3;
}
</style>
border-color css
<style>
span { border-color: #FB68E3; }
span { border-color: rgb(251,104,227); }
td.TdClassName
{
border-color: #FB68E3;
}
.TagClassName
{
border-color: #FB68E3;
}
</style>