Html Css Color HEX #FC7EDA Pale Magenta

📋 copy color: '#FC7EDA'

red 252 ◦ green 126 ◦ blue 218

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

Shades of Pale Magenta #FC7EDA

Tints of Pale Magenta #FC7EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.14%

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

R = 42.28%
G = 21.14%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7EDA (or 0xFC7EDA) is known color: Pale Magenta. HEX triplet: FC, 7E and DA. RGB value is (252,126,218). Sum of RGB (Red+Green+Blue) = 252+126+218=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EDA is #038125. Grayscale: #ADADAD. Windows color (decimal): -229670 or 14319356. OLE color: 14319356.

HSL color Cylindrical-coordinate representation of color #FC7EDA: hue angle of 316.19º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7EDA is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 126 218 -
CMYK 0 0.5 0.13 0.01
HSL 316.19º 0.95% 0.74% -
HSV(B) 316.19º 0.5% 0.99% -
XYZ 60.26 40.68 71.01 -
YUV 174.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 252 126 218 0 0.5 0.13 0.01 316.19 0.95 0.74
Hex FC 7E DA 0 32 D 1 13C 5F 4A
Octal 374 176 332 0 62 15 1 474 137 112
Binary 11111100 1111110 11011010 0 110010 1101 1 100111100 1011111 1001010

Color Harmonies of #FC7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7EDA

Black with #FC7EDA

Text Example


Text Example

White with #FC7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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