Html Css Color HEX #FC7BE2 Pale Magenta

📋 copy color: '#FC7BE2'

red 252 ◦ green 123 ◦ blue 226

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

Shades of Pale Magenta #FC7BE2

Tints of Pale Magenta #FC7BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 41.93%
G = 20.47%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC7BE2 (or 0xFC7BE2) is known color: Pale Magenta. HEX triplet: FC, 7B and E2. RGB value is (252,123,226). Sum of RGB (Red+Green+Blue) = 252+123+226=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BE2 is #03841D. Grayscale: #ADADAD. Windows color (decimal): -230430 or 14842876. OLE color: 14842876.

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

Color convert

RGB 252 123 226 -
CMYK 0 0.51 0.10 0.01
HSL 312.09º 0.96% 0.74% -
HSV(B) 312.09º 0.51% 0.99% -
XYZ 60.96 40.35 76.53 -
YUV 173.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 252 123 226 0 0.51 0.10 0.01 312.09 0.96 0.74
Hex FC 7B E2 0 33 A 1 138 60 4A
Octal 374 173 342 0 63 12 1 470 140 112
Binary 11111100 1111011 11100010 0 110011 1010 1 100111000 1100000 1001010

Color Harmonies of #FC7BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BE2

Black with #FC7BE2

Text Example


Text Example

White with #FC7BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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