Shades of Pale Magenta #FB8CED
Tints of Pale Magenta #FB8CED
RGB
CMYK
RGB Variations
Color information
#FB8CED (or 0xFB8CED) is known color: Pale Magenta. HEX triplet: FB, 8C and ED. RGB value is (251,140,237). Sum of RGB (Red+Green+Blue) = 251+140+237=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CED is #047312. Grayscale: #B7B7B7. Windows color (decimal): -291603 or 15568123. OLE color: 15568123.
HSL color Cylindrical-coordinate representation of color #FB8CED: hue angle of 307.57º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CED is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 237 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.02 |
| HSL | 307.57º | 0.93% | 0.77% | - |
| HSV(B) | 307.57º | 0.44% | 0.98% | - |
| XYZ | 64.45 | 45.38 | 85.48 | - |
| YUV | 184.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 237 | 0 | 0.44 | 0.06 | 0.02 | 307.57 | 0.93 | 0.77 |
| Hex | FB | 8C | ED | 0 | 2C | 6 | 2 | 134 | 5D | 4D |
| Octal | 373 | 214 | 355 | 0 | 54 | 6 | 2 | 464 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11101101 | 0 | 101100 | 110 | 10 | 100110100 | 1011101 | 1001101 |
Color Harmonies of #FB8CED
Complementary color
Monochromatic Colors of #FB8CED
Black with #FB8CED
Text Example
Text Example
White with #FB8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CED; }
p { color: rgb(251,140,237); }
H1.HeaderClassName
{
color: #FB8CED;
}
.AnyTagClassName
{
color: #FB8CED;
}
</style>
background-color css
<style>
a { background-color: #FB8CED; }
a { background-color: rgb(251,140,237); }
div.DivClassName
{
background-color: #FB8CED;
}
.BgClassName
{
background-color: #FB8CED;
}
</style>
border-color css
<style>
span { border-color: #FB8CED; }
span { border-color: rgb(251,140,237); }
td.TdClassName
{
border-color: #FB8CED;
}
.TagClassName
{
border-color: #FB8CED;
}
</style>