Shades of Pale Magenta #FB6BDF
Tints of Pale Magenta #FB6BDF
RGB
CMYK
RGB Variations
Color information
#FB6BDF (or 0xFB6BDF) is known color: Pale Magenta. HEX triplet: FB, 6B and DF. RGB value is (251,107,223). Sum of RGB (Red+Green+Blue) = 251+107+223=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6BDF is #049420. Grayscale: #A2A2A2. Windows color (decimal): -300065 or 14642171. OLE color: 14642171.
HSL color Cylindrical-coordinate representation of color #FB6BDF: hue angle of 311.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BDF is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 223 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.02 |
| HSL | 311.67º | 0.95% | 0.7% | - |
| HSV(B) | 311.67º | 0.57% | 0.98% | - |
| XYZ | 58.36 | 36.35 | 73.75 | - |
| YUV | 163.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 223 | 0 | 0.57 | 0.11 | 0.02 | 311.67 | 0.95 | 0.7 |
| Hex | FB | 6B | DF | 0 | 39 | B | 2 | 138 | 5F | 46 |
| Octal | 373 | 153 | 337 | 0 | 71 | 13 | 2 | 470 | 137 | 106 |
| Binary | 11111011 | 1101011 | 11011111 | 0 | 111001 | 1011 | 10 | 100111000 | 1011111 | 1000110 |
Color Harmonies of #FB6BDF
Complementary color
Monochromatic Colors of #FB6BDF
Black with #FB6BDF
Text Example
Text Example
White with #FB6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6BDF; }
p { color: rgb(251,107,223); }
H1.HeaderClassName
{
color: #FB6BDF;
}
.AnyTagClassName
{
color: #FB6BDF;
}
</style>
background-color css
<style>
a { background-color: #FB6BDF; }
a { background-color: rgb(251,107,223); }
div.DivClassName
{
background-color: #FB6BDF;
}
.BgClassName
{
background-color: #FB6BDF;
}
</style>
border-color css
<style>
span { border-color: #FB6BDF; }
span { border-color: rgb(251,107,223); }
td.TdClassName
{
border-color: #FB6BDF;
}
.TagClassName
{
border-color: #FB6BDF;
}
</style>