Shades of Pale Magenta #FE6BDF
Tints of Pale Magenta #FE6BDF
RGB
CMYK
RGB Variations
Color information
#FE6BDF (or 0xFE6BDF) is known color: Pale Magenta. HEX triplet: FE, 6B and DF. RGB value is (254,107,223). Sum of RGB (Red+Green+Blue) = 254+107+223=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BDF is #019420. Grayscale: #A3A3A3. Windows color (decimal): -103457 or 14642174. OLE color: 14642174.
HSL color Cylindrical-coordinate representation of color #FE6BDF: hue angle of 312.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BDF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 223 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.00 |
| HSL | 312.65º | 0.99% | 0.71% | - |
| HSV(B) | 312.65º | 0.58% | 1% | - |
| XYZ | 59.45 | 36.91 | 73.8 | - |
| YUV | 164.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 223 | 0 | 0.58 | 0.12 | 0.00 | 312.65 | 0.99 | 0.71 |
| Hex | FE | 6B | DF | 0 | 3A | C | 0 | 139 | 63 | 47 |
| Octal | 376 | 153 | 337 | 0 | 72 | 14 | 0 | 471 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11011111 | 0 | 111010 | 1100 | 0 | 100111001 | 1100011 | 1000111 |
Color Harmonies of #FE6BDF
Complementary color
Monochromatic Colors of #FE6BDF
Black with #FE6BDF
Text Example
Text Example
White with #FE6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BDF; }
p { color: rgb(254,107,223); }
H1.HeaderClassName
{
color: #FE6BDF;
}
.AnyTagClassName
{
color: #FE6BDF;
}
</style>
background-color css
<style>
a { background-color: #FE6BDF; }
a { background-color: rgb(254,107,223); }
div.DivClassName
{
background-color: #FE6BDF;
}
.BgClassName
{
background-color: #FE6BDF;
}
</style>
border-color css
<style>
span { border-color: #FE6BDF; }
span { border-color: rgb(254,107,223); }
td.TdClassName
{
border-color: #FE6BDF;
}
.TagClassName
{
border-color: #FE6BDF;
}
</style>