Html Css Color HEX #FC7EEF Pale Magenta

📋 copy color: '#FC7EEF'

red 252 ◦ green 126 ◦ blue 239

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

Shades of Pale Magenta #FC7EEF

Tints of Pale Magenta #FC7EEF

RGB

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

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

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

R = 40.84%
G = 20.42%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC7EEF (or 0xFC7EEF) is known color: Pale Magenta. HEX triplet: FC, 7E and EF. RGB value is (252,126,239). Sum of RGB (Red+Green+Blue) = 252+126+239=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7EEF is #038110. Grayscale: #B0B0B0. Windows color (decimal): -229649 or 15695612. OLE color: 15695612.

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

Color convert

RGB 252 126 239 -
CMYK 0 0.5 0.05 0.01
HSL 306.19º 0.95% 0.74% -
HSV(B) 306.19º 0.5% 0.99% -
XYZ 63.19 41.85 86.41 -
YUV 176.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 252 126 239 0 0.5 0.05 0.01 306.19 0.95 0.74
Hex FC 7E EF 0 32 5 1 132 5F 4A
Octal 374 176 357 0 62 5 1 462 137 112
Binary 11111100 1111110 11101111 0 110010 101 1 100110010 1011111 1001010

Color Harmonies of #FC7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7EEF

Black with #FC7EEF

Text Example


Text Example

White with #FC7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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