Shades of Pale Magenta #FE7BDF
Tints of Pale Magenta #FE7BDF
RGB
CMYK
RGB Variations
Color information
#FE7BDF (or 0xFE7BDF) is known color: Pale Magenta. HEX triplet: FE, 7B and DF. RGB value is (254,123,223). Sum of RGB (Red+Green+Blue) = 254+123+223=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BDF is #018420. Grayscale: #ADADAD. Windows color (decimal): -99361 or 14646270. OLE color: 14646270.
HSL color Cylindrical-coordinate representation of color #FE7BDF: hue angle of 314.2º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BDF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 223 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.00 |
| HSL | 314.2º | 0.98% | 0.74% | - |
| HSV(B) | 314.2º | 0.52% | 1% | - |
| XYZ | 61.28 | 40.56 | 74.41 | - |
| YUV | 173.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 223 | 0 | 0.52 | 0.12 | 0.00 | 314.2 | 0.98 | 0.74 |
| Hex | FE | 7B | DF | 0 | 34 | C | 0 | 13A | 62 | 4A |
| Octal | 376 | 173 | 337 | 0 | 64 | 14 | 0 | 472 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11011111 | 0 | 110100 | 1100 | 0 | 100111010 | 1100010 | 1001010 |
Color Harmonies of #FE7BDF
Complementary color
Monochromatic Colors of #FE7BDF
Black with #FE7BDF
Text Example
Text Example
White with #FE7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BDF; }
p { color: rgb(254,123,223); }
H1.HeaderClassName
{
color: #FE7BDF;
}
.AnyTagClassName
{
color: #FE7BDF;
}
</style>
background-color css
<style>
a { background-color: #FE7BDF; }
a { background-color: rgb(254,123,223); }
div.DivClassName
{
background-color: #FE7BDF;
}
.BgClassName
{
background-color: #FE7BDF;
}
</style>
border-color css
<style>
span { border-color: #FE7BDF; }
span { border-color: rgb(254,123,223); }
td.TdClassName
{
border-color: #FE7BDF;
}
.TagClassName
{
border-color: #FE7BDF;
}
</style>