Html Css Color HEX #FB81E6 Pale Magenta

📋 copy color: '#FB81E6'

red 251 ◦ green 129 ◦ blue 230

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

Shades of Pale Magenta #FB81E6

Tints of Pale Magenta #FB81E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 41.15%
G = 21.15%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB81E6 (or 0xFB81E6) is known color: Pale Magenta. HEX triplet: FB, 81 and E6. RGB value is (251,129,230). Sum of RGB (Red+Green+Blue) = 251+129+230=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81E6 is #047E19. Grayscale: #B0B0B0. Windows color (decimal): -294426 or 15106555. OLE color: 15106555.

HSL color Cylindrical-coordinate representation of color #FB81E6: hue angle of 310.33º 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 #FB81E6 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 129 230 -
CMYK 0 0.49 0.08 0.02
HSL 310.33º 0.94% 0.75% -
HSV(B) 310.33º 0.49% 0.98% -
XYZ 61.92 41.92 79.69 -
YUV 176.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 251 129 230 0 0.49 0.08 0.02 310.33 0.94 0.75
Hex FB 81 E6 0 31 8 2 136 5E 4B
Octal 373 201 346 0 61 10 2 466 136 113
Binary 11111011 10000001 11100110 0 110001 1000 10 100110110 1011110 1001011

Color Harmonies of #FB81E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81E6

Black with #FB81E6

Text Example


Text Example

White with #FB81E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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