Html Css Color HEX #FB81EC Pale Magenta

📋 copy color: '#FB81EC'

red 251 ◦ green 129 ◦ blue 236

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

Shades of Pale Magenta #FB81EC

Tints of Pale Magenta #FB81EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.94%

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

R = 40.75%
G = 20.94%
B = 38.31%

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

#FB81EC (or 0xFB81EC) is known color: Pale Magenta. HEX triplet: FB, 81 and EC. RGB value is (251,129,236). Sum of RGB (Red+Green+Blue) = 251+129+236=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81EC is #047E13. Grayscale: #B1B1B1. Windows color (decimal): -294420 or 15499771. OLE color: 15499771.

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

Color convert

RGB 251 129 236 -
CMYK 0 0.49 0.06 0.02
HSL 307.38º 0.94% 0.75% -
HSV(B) 307.38º 0.49% 0.98% -
XYZ 62.77 42.27 84.21 -
YUV 177.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 251 129 236 0 0.49 0.06 0.02 307.38 0.94 0.75
Hex FB 81 EC 0 31 6 2 133 5E 4B
Octal 373 201 354 0 61 6 2 463 136 113
Binary 11111011 10000001 11101100 0 110001 110 10 100110011 1011110 1001011

Color Harmonies of #FB81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81EC

Black with #FB81EC

Text Example


Text Example

White with #FB81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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