Shades of Pale Magenta #FB8ADF
Tints of Pale Magenta #FB8ADF
RGB
CMYK
RGB Variations
Color information
#FB8ADF (or 0xFB8ADF) is known color: Pale Magenta. HEX triplet: FB, 8A and DF. RGB value is (251,138,223). Sum of RGB (Red+Green+Blue) = 251+138+223=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ADF is #047520. Grayscale: #B5B5B5. Windows color (decimal): -292129 or 14650107. OLE color: 14650107.
HSL color Cylindrical-coordinate representation of color #FB8ADF: hue angle of 314.87º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8ADF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 223 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.02 |
| HSL | 314.87º | 0.93% | 0.76% | - |
| HSV(B) | 314.87º | 0.45% | 0.98% | - |
| XYZ | 62.19 | 44.01 | 75.03 | - |
| YUV | 181.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 223 | 0 | 0.45 | 0.11 | 0.02 | 314.87 | 0.93 | 0.76 |
| Hex | FB | 8A | DF | 0 | 2D | B | 2 | 13B | 5D | 4C |
| Octal | 373 | 212 | 337 | 0 | 55 | 13 | 2 | 473 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11011111 | 0 | 101101 | 1011 | 10 | 100111011 | 1011101 | 1001100 |
Color Harmonies of #FB8ADF
Complementary color
Monochromatic Colors of #FB8ADF
Black with #FB8ADF
Text Example
Text Example
White with #FB8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ADF; }
p { color: rgb(251,138,223); }
H1.HeaderClassName
{
color: #FB8ADF;
}
.AnyTagClassName
{
color: #FB8ADF;
}
</style>
background-color css
<style>
a { background-color: #FB8ADF; }
a { background-color: rgb(251,138,223); }
div.DivClassName
{
background-color: #FB8ADF;
}
.BgClassName
{
background-color: #FB8ADF;
}
</style>
border-color css
<style>
span { border-color: #FB8ADF; }
span { border-color: rgb(251,138,223); }
td.TdClassName
{
border-color: #FB8ADF;
}
.TagClassName
{
border-color: #FB8ADF;
}
</style>