Shades of Pale Magenta #FD8BED
Tints of Pale Magenta #FD8BED
RGB
CMYK
RGB Variations
Color information
#FD8BED (or 0xFD8BED) is known color: Pale Magenta. HEX triplet: FD, 8B and ED. RGB value is (253,139,237). Sum of RGB (Red+Green+Blue) = 253+139+237=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 139 (54.69% from 255 or 22.10% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8BED is #027412. Grayscale: #B7B7B7. Windows color (decimal): -160787 or 15567869. OLE color: 15567869.
HSL color Cylindrical-coordinate representation of color #FD8BED: hue angle of 308.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8BED is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 237 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.01 |
| HSL | 308.42º | 0.97% | 0.77% | - |
| HSV(B) | 308.42º | 0.45% | 0.99% | - |
| XYZ | 65.03 | 45.46 | 85.47 | - |
| YUV | 184.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 237 | 0 | 0.45 | 0.06 | 0.01 | 308.42 | 0.97 | 0.77 |
| Hex | FD | 8B | ED | 0 | 2D | 6 | 1 | 134 | 61 | 4D |
| Octal | 375 | 213 | 355 | 0 | 55 | 6 | 1 | 464 | 141 | 115 |
| Binary | 11111101 | 10001011 | 11101101 | 0 | 101101 | 110 | 1 | 100110100 | 1100001 | 1001101 |
Color Harmonies of #FD8BED
Complementary color
Monochromatic Colors of #FD8BED
Black with #FD8BED
Text Example
Text Example
White with #FD8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8BED; }
p { color: rgb(253,139,237); }
H1.HeaderClassName
{
color: #FD8BED;
}
.AnyTagClassName
{
color: #FD8BED;
}
</style>
background-color css
<style>
a { background-color: #FD8BED; }
a { background-color: rgb(253,139,237); }
div.DivClassName
{
background-color: #FD8BED;
}
.BgClassName
{
background-color: #FD8BED;
}
</style>
border-color css
<style>
span { border-color: #FD8BED; }
span { border-color: rgb(253,139,237); }
td.TdClassName
{
border-color: #FD8BED;
}
.TagClassName
{
border-color: #FD8BED;
}
</style>