Html Css Color HEX #FC90EF Pale Magenta

📋 copy color: '#FC90EF'

red 252 ◦ green 144 ◦ blue 239

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

Shades of Pale Magenta #FC90EF

Tints of Pale Magenta #FC90EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 39.69%
G = 22.68%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC90EF (or 0xFC90EF) is known color: Pale Magenta. HEX triplet: FC, 90 and EF. RGB value is (252,144,239). Sum of RGB (Red+Green+Blue) = 252+144+239=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90EF is #036F10. Grayscale: #BABABA. Windows color (decimal): -225041 or 15700220. OLE color: 15700220.

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

Color convert

RGB 252 144 239 -
CMYK 0 0.43 0.05 0.01
HSL 307.22º 0.95% 0.78% -
HSV(B) 307.22º 0.43% 0.99% -
XYZ 65.7 46.87 87.25 -
YUV 187.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 252 144 239 0 0.43 0.05 0.01 307.22 0.95 0.78
Hex FC 90 EF 0 2B 5 1 133 5F 4E
Octal 374 220 357 0 53 5 1 463 137 116
Binary 11111100 10010000 11101111 0 101011 101 1 100110011 1011111 1001110

Color Harmonies of #FC90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90EF

Black with #FC90EF

Text Example


Text Example

White with #FC90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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