Shades of Pale Magenta #FD6CE0
Tints of Pale Magenta #FD6CE0
RGB
CMYK
RGB Variations
Color information
#FD6CE0 (or 0xFD6CE0) is known color: Pale Magenta. HEX triplet: FD, 6C and E0. RGB value is (253,108,224). Sum of RGB (Red+Green+Blue) = 253+108+224=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CE0 is #02931F. Grayscale: #A4A4A4. Windows color (decimal): -168736 or 14707965. OLE color: 14707965.
HSL color Cylindrical-coordinate representation of color #FD6CE0: hue angle of 312º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6CE0 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 108 | 224 | - |
CMYK | 0 | 0.57 | 0.11 | 0.01 |
HSL | 312º | 0.97% | 0.71% | - |
HSV(B) | 312º | 0.57% | 0.99% | - |
XYZ | 59.33 | 36.99 | 74.53 | - |
YUV | 164.58 | 161.54 | 191.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 108 | 224 | 0 | 0.57 | 0.11 | 0.01 | 312 | 0.97 | 0.71 |
Hex | FD | 6C | E0 | 0 | 39 | B | 1 | 138 | 61 | 47 |
Octal | 375 | 154 | 340 | 0 | 71 | 13 | 1 | 470 | 141 | 107 |
Binary | 11111101 | 1101100 | 11100000 | 0 | 111001 | 1011 | 1 | 100111000 | 1100001 | 1000111 |
Color Harmonies of #FD6CE0
Complementary color
Monochromatic Colors of #FD6CE0
Black with #FD6CE0
Text Example
Text Example
White with #FD6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6CE0; }
p { color: rgb(253,108,224); }
H1.HeaderClassName
{
color: #FD6CE0;
}
.AnyTagClassName
{
color: #FD6CE0;
}
</style>
background-color css
<style>
a { background-color: #FD6CE0; }
a { background-color: rgb(253,108,224); }
div.DivClassName
{
background-color: #FD6CE0;
}
.BgClassName
{
background-color: #FD6CE0;
}
</style>
border-color css
<style>
span { border-color: #FD6CE0; }
span { border-color: rgb(253,108,224); }
td.TdClassName
{
border-color: #FD6CE0;
}
.TagClassName
{
border-color: #FD6CE0;
}
</style>