Shades of Pale Magenta #FB88DF
Tints of Pale Magenta #FB88DF
RGB
CMYK
RGB Variations
Color information
#FB88DF (or 0xFB88DF) is known color: Pale Magenta. HEX triplet: FB, 88 and DF. RGB value is (251,136,223). Sum of RGB (Red+Green+Blue) = 251+136+223=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88DF is #047720. Grayscale: #B4B4B4. Windows color (decimal): -292641 or 14649595. OLE color: 14649595.
HSL color Cylindrical-coordinate representation of color #FB88DF: hue angle of 314.61º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88DF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 223 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.02 |
| HSL | 314.61º | 0.93% | 0.76% | - |
| HSV(B) | 314.61º | 0.46% | 0.98% | - |
| XYZ | 61.91 | 43.45 | 74.93 | - |
| YUV | 180.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 223 | 0 | 0.46 | 0.11 | 0.02 | 314.61 | 0.93 | 0.76 |
| Hex | FB | 88 | DF | 0 | 2E | B | 2 | 13B | 5D | 4C |
| Octal | 373 | 210 | 337 | 0 | 56 | 13 | 2 | 473 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11011111 | 0 | 101110 | 1011 | 10 | 100111011 | 1011101 | 1001100 |
Color Harmonies of #FB88DF
Complementary color
Monochromatic Colors of #FB88DF
Black with #FB88DF
Text Example
Text Example
White with #FB88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88DF; }
p { color: rgb(251,136,223); }
H1.HeaderClassName
{
color: #FB88DF;
}
.AnyTagClassName
{
color: #FB88DF;
}
</style>
background-color css
<style>
a { background-color: #FB88DF; }
a { background-color: rgb(251,136,223); }
div.DivClassName
{
background-color: #FB88DF;
}
.BgClassName
{
background-color: #FB88DF;
}
</style>
border-color css
<style>
span { border-color: #FB88DF; }
span { border-color: rgb(251,136,223); }
td.TdClassName
{
border-color: #FB88DF;
}
.TagClassName
{
border-color: #FB88DF;
}
</style>