Html Css Color HEX #FC90E7 Pale Magenta

📋 copy color: '#FC90E7'

red 252 ◦ green 144 ◦ blue 231

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

Shades of Pale Magenta #FC90E7

Tints of Pale Magenta #FC90E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.84%

R = 40.19%
G = 22.97%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC90E7 (or 0xFC90E7) is known color: Pale Magenta. HEX triplet: FC, 90 and E7. RGB value is (252,144,231). Sum of RGB (Red+Green+Blue) = 252+144+231=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 144 (56.64% from 255 or 22.97% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90E7 is #036F18. Grayscale: #B9B9B9. Windows color (decimal): -225049 or 15175932. OLE color: 15175932.

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

Color convert

RGB 252 144 231 -
CMYK 0 0.43 0.08 0.01
HSL 311.67º 0.95% 0.78% -
HSV(B) 311.67º 0.43% 0.99% -
XYZ 64.54 46.41 81.16 -
YUV 186.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 252 144 231 0 0.43 0.08 0.01 311.67 0.95 0.78
Hex FC 90 E7 0 2B 8 1 138 5F 4E
Octal 374 220 347 0 53 10 1 470 137 116
Binary 11111100 10010000 11100111 0 101011 1000 1 100111000 1011111 1001110

Color Harmonies of #FC90E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90E7

Black with #FC90E7

Text Example


Text Example

White with #FC90E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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