Html Css Color HEX #FC8EDA Pale Magenta

📋 copy color: '#FC8EDA'

red 252 ◦ green 142 ◦ blue 218

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

Shades of Pale Magenta #FC8EDA

Tints of Pale Magenta #FC8EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.2%

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 41.18%
G = 23.2%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC8EDA (or 0xFC8EDA) is known color: Pale Magenta. HEX triplet: FC, 8E and DA. RGB value is (252,142,218). Sum of RGB (Red+Green+Blue) = 252+142+218=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EDA is #037125. Grayscale: #B7B7B7. Windows color (decimal): -225574 or 14323452. OLE color: 14323452.

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

Color convert

RGB 252 142 218 -
CMYK 0 0.44 0.13 0.01
HSL 318.55º 0.95% 0.77% -
HSV(B) 318.55º 0.44% 0.99% -
XYZ 62.47 45.1 71.74 -
YUV 183.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 252 142 218 0 0.44 0.13 0.01 318.55 0.95 0.77
Hex FC 8E DA 0 2C D 1 13F 5F 4D
Octal 374 216 332 0 54 15 1 477 137 115
Binary 11111100 10001110 11011010 0 101100 1101 1 100111111 1011111 1001101

Color Harmonies of #FC8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EDA

Black with #FC8EDA

Text Example


Text Example

White with #FC8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EDA; }

 p { color: rgb(252,142,218); }

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

background-color css

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

 a { background-color: rgb(252,142,218); }

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

border-color css

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

 span { border-color: rgb(252,142,218); }

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