Html Css Color HEX #FC90EC Pale Magenta

📋 copy color: '#FC90EC'

red 252 ◦ green 144 ◦ blue 236

#FC90EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FC90EC

Tints of Pale Magenta #FC90EC

RGB

 RED value IS 252 (98.83% from 255) = 39.87%

 GREEN value IS 144 (56.64% from 255) = 22.78%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 39.87%
G = 22.78%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC90EC (or 0xFC90EC) is known color: Pale Magenta. HEX triplet: FC, 90 and EC. RGB value is (252,144,236). Sum of RGB (Red+Green+Blue) = 252+144+236=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90EC is #036F13. Grayscale: #BABABA. Windows color (decimal): -225044 or 15503612. OLE color: 15503612.

HSL color Cylindrical-coordinate representation of color #FC90EC: hue angle of 308.89º 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 #FC90EC is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 236 -
CMYK 0 0.43 0.06 0.01
HSL 308.89º 0.95% 0.78% -
HSV(B) 308.89º 0.43% 0.99% -
XYZ 65.26 46.7 84.93 -
YUV 186.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 252 144 236 0 0.43 0.06 0.01 308.89 0.95 0.78
Hex FC 90 EC 0 2B 6 1 135 5F 4E
Octal 374 220 354 0 53 6 1 465 137 116
Binary 11111100 10010000 11101100 0 101011 110 1 100110101 1011111 1001110

Color Harmonies of #FC90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90EC

Black with #FC90EC

Text Example


Text Example

White with #FC90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90EC; }

 p { color: rgb(252,144,236); }

 H1.HeaderClassName
 {
   color: #FC90EC;
 }
 .AnyTagClassName
 {
   color: #FC90EC;
 }
</style>

background-color css

<style>
 a { background-color: #FC90EC; }

 a { background-color: rgb(252,144,236); }

 div.DivClassName
 {
   background-color: #FC90EC;
 }
 .BgClassName
 {
   background-color: #FC90EC;
 }
</style>

border-color css

<style>
 span { border-color: #FC90EC; }

 span { border-color: rgb(252,144,236); }

 td.TdClassName
 {
   border-color: #FC90EC;
 }
 .TagClassName
 {
   border-color: #FC90EC;
 }
</style>