Shades of Pale Magenta #FC90ED
Tints of Pale Magenta #FC90ED
RGB
CMYK
RGB Variations
Color information
#FC90ED (or 0xFC90ED) is known color: Pale Magenta. HEX triplet: FC, 90 and ED. RGB value is (252,144,237). Sum of RGB (Red+Green+Blue) = 252+144+237=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 144 (56.64% from 255 or 22.75% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90ED is #036F12. Grayscale: #BABABA. Windows color (decimal): -225043 or 15569148. OLE color: 15569148.
HSL color Cylindrical-coordinate representation of color #FC90ED: hue angle of 308.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90ED is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 144 | 237 | - |
CMYK | 0 | 0.43 | 0.06 | 0.01 |
HSL | 308.33º | 0.95% | 0.78% | - |
HSV(B) | 308.33º | 0.43% | 0.99% | - |
XYZ | 65.4 | 46.76 | 85.7 | - |
YUV | 186.89 | 156.28 | 174.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 144 | 237 | 0 | 0.43 | 0.06 | 0.01 | 308.33 | 0.95 | 0.78 |
Hex | FC | 90 | ED | 0 | 2B | 6 | 1 | 134 | 5F | 4E |
Octal | 374 | 220 | 355 | 0 | 53 | 6 | 1 | 464 | 137 | 116 |
Binary | 11111100 | 10010000 | 11101101 | 0 | 101011 | 110 | 1 | 100110100 | 1011111 | 1001110 |
Color Harmonies of #FC90ED
Complementary color
Monochromatic Colors of #FC90ED
Black with #FC90ED
Text Example
Text Example
White with #FC90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90ED; }
p { color: rgb(252,144,237); }
H1.HeaderClassName
{
color: #FC90ED;
}
.AnyTagClassName
{
color: #FC90ED;
}
</style>
background-color css
<style>
a { background-color: #FC90ED; }
a { background-color: rgb(252,144,237); }
div.DivClassName
{
background-color: #FC90ED;
}
.BgClassName
{
background-color: #FC90ED;
}
</style>
border-color css
<style>
span { border-color: #FC90ED; }
span { border-color: rgb(252,144,237); }
td.TdClassName
{
border-color: #FC90ED;
}
.TagClassName
{
border-color: #FC90ED;
}
</style>