Shades of Pale Magenta #FB6CE0
Tints of Pale Magenta #FB6CE0
RGB
CMYK
RGB Variations
Color information
#FB6CE0 (or 0xFB6CE0) is known color: Pale Magenta. HEX triplet: FB, 6C and E0. RGB value is (251,108,224). Sum of RGB (Red+Green+Blue) = 251+108+224=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6CE0 is #04931F. Grayscale: #A3A3A3. Windows color (decimal): -299808 or 14707963. OLE color: 14707963.
HSL color Cylindrical-coordinate representation of color #FB6CE0: hue angle of 311.33º 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 #FB6CE0 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 224 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.02 |
| HSL | 311.33º | 0.95% | 0.7% | - |
| HSV(B) | 311.33º | 0.57% | 0.98% | - |
| XYZ | 58.6 | 36.62 | 74.5 | - |
| YUV | 163.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 224 | 0 | 0.57 | 0.11 | 0.02 | 311.33 | 0.95 | 0.7 |
| Hex | FB | 6C | E0 | 0 | 39 | B | 2 | 137 | 5F | 46 |
| Octal | 373 | 154 | 340 | 0 | 71 | 13 | 2 | 467 | 137 | 106 |
| Binary | 11111011 | 1101100 | 11100000 | 0 | 111001 | 1011 | 10 | 100110111 | 1011111 | 1000110 |
Color Harmonies of #FB6CE0
Complementary color
Monochromatic Colors of #FB6CE0
Black with #FB6CE0
Text Example
Text Example
White with #FB6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6CE0; }
p { color: rgb(251,108,224); }
H1.HeaderClassName
{
color: #FB6CE0;
}
.AnyTagClassName
{
color: #FB6CE0;
}
</style>
background-color css
<style>
a { background-color: #FB6CE0; }
a { background-color: rgb(251,108,224); }
div.DivClassName
{
background-color: #FB6CE0;
}
.BgClassName
{
background-color: #FB6CE0;
}
</style>
border-color css
<style>
span { border-color: #FB6CE0; }
span { border-color: rgb(251,108,224); }
td.TdClassName
{
border-color: #FB6CE0;
}
.TagClassName
{
border-color: #FB6CE0;
}
</style>