Html Css Color HEX #FC7BEC Pale Magenta

📋 copy color: '#FC7BEC'

red 252 ◦ green 123 ◦ blue 236

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

Shades of Pale Magenta #FC7BEC

Tints of Pale Magenta #FC7BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.13%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 41.24%
G = 20.13%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC7BEC (or 0xFC7BEC) is known color: Pale Magenta. HEX triplet: FC, 7B and EC. RGB value is (252,123,236). Sum of RGB (Red+Green+Blue) = 252+123+236=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BEC is #038413. Grayscale: #AEAEAE. Windows color (decimal): -230420 or 15498236. OLE color: 15498236.

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

Color convert

RGB 252 123 236 -
CMYK 0 0.51 0.06 0.01
HSL 307.44º 0.96% 0.74% -
HSV(B) 307.44º 0.51% 0.99% -
XYZ 62.37 40.92 83.97 -
YUV 174.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 252 123 236 0 0.51 0.06 0.01 307.44 0.96 0.74
Hex FC 7B EC 0 33 6 1 133 60 4A
Octal 374 173 354 0 63 6 1 463 140 112
Binary 11111100 1111011 11101100 0 110011 110 1 100110011 1100000 1001010

Color Harmonies of #FC7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BEC

Black with #FC7BEC

Text Example


Text Example

White with #FC7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BEC; }

 p { color: rgb(252,123,236); }

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

background-color css

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

 a { background-color: rgb(252,123,236); }

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

border-color css

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

 span { border-color: rgb(252,123,236); }

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