Html Css Color HEX #FB7FEC Pale Magenta

📋 copy color: '#FB7FEC'

red 251 ◦ green 127 ◦ blue 236

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

Shades of Pale Magenta #FB7FEC

Tints of Pale Magenta #FB7FEC

RGB

 RED value IS 251 (98.44% from 255) = 40.88%

 GREEN value IS 127 (50% from 255) = 20.68%

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

R = 40.88%
G = 20.68%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB7FEC (or 0xFB7FEC) is known color: Pale Magenta. HEX triplet: FB, 7F and EC. RGB value is (251,127,236). Sum of RGB (Red+Green+Blue) = 251+127+236=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 127 (50% from 255 or 20.68% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FEC is #048013. Grayscale: #B0B0B0. Windows color (decimal): -294932 or 15499259. OLE color: 15499259.

HSL color Cylindrical-coordinate representation of color #FB7FEC: hue angle of 307.26º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FEC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 127 236 -
CMYK 0 0.49 0.06 0.02
HSL 307.26º 0.94% 0.74% -
HSV(B) 307.26º 0.49% 0.98% -
XYZ 62.51 41.74 84.12 -
YUV 176.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 251 127 236 0 0.49 0.06 0.02 307.26 0.94 0.74
Hex FB 7F EC 0 31 6 2 133 5E 4A
Octal 373 177 354 0 61 6 2 463 136 112
Binary 11111011 1111111 11101100 0 110001 110 10 100110011 1011110 1001010

Color Harmonies of #FB7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FEC

Black with #FB7FEC

Text Example


Text Example

White with #FB7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FEC; }

 p { color: rgb(251,127,236); }

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

background-color css

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

 a { background-color: rgb(251,127,236); }

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

border-color css

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

 span { border-color: rgb(251,127,236); }

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