Shades of Pale Magenta #FC8CEE
Tints of Pale Magenta #FC8CEE
RGB
CMYK
RGB Variations
Color information
#FC8CEE (or 0xFC8CEE) is known color: Pale Magenta. HEX triplet: FC, 8C and EE. RGB value is (252,140,238). Sum of RGB (Red+Green+Blue) = 252+140+238=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CEE is #037311. Grayscale: #B8B8B8. Windows color (decimal): -226066 or 15633660. OLE color: 15633660.
HSL color Cylindrical-coordinate representation of color #FC8CEE: hue angle of 307.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CEE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 238 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.01 |
| HSL | 307.5º | 0.95% | 0.77% | - |
| HSV(B) | 307.5º | 0.44% | 0.99% | - |
| XYZ | 64.96 | 45.62 | 86.27 | - |
| YUV | 184.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 238 | 0 | 0.44 | 0.06 | 0.01 | 307.5 | 0.95 | 0.77 |
| Hex | FC | 8C | EE | 0 | 2C | 6 | 1 | 134 | 5F | 4D |
| Octal | 374 | 214 | 356 | 0 | 54 | 6 | 1 | 464 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11101110 | 0 | 101100 | 110 | 1 | 100110100 | 1011111 | 1001101 |
Color Harmonies of #FC8CEE
Complementary color
Monochromatic Colors of #FC8CEE
Black with #FC8CEE
Text Example
Text Example
White with #FC8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CEE; }
p { color: rgb(252,140,238); }
H1.HeaderClassName
{
color: #FC8CEE;
}
.AnyTagClassName
{
color: #FC8CEE;
}
</style>
background-color css
<style>
a { background-color: #FC8CEE; }
a { background-color: rgb(252,140,238); }
div.DivClassName
{
background-color: #FC8CEE;
}
.BgClassName
{
background-color: #FC8CEE;
}
</style>
border-color css
<style>
span { border-color: #FC8CEE; }
span { border-color: rgb(252,140,238); }
td.TdClassName
{
border-color: #FC8CEE;
}
.TagClassName
{
border-color: #FC8CEE;
}
</style>