Html Css Color HEX #FB81ED Pale Magenta

📋 copy color: '#FB81ED'

red 251 ◦ green 129 ◦ blue 237

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

Shades of Pale Magenta #FB81ED

Tints of Pale Magenta #FB81ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 40.68%
G = 20.91%
B = 38.41%

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

#FB81ED (or 0xFB81ED) is known color: Pale Magenta. HEX triplet: FB, 81 and ED. RGB value is (251,129,237). Sum of RGB (Red+Green+Blue) = 251+129+237=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81ED is #047E12. Grayscale: #B1B1B1. Windows color (decimal): -294419 or 15565307. OLE color: 15565307.

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

Color convert

RGB 251 129 237 -
CMYK 0 0.49 0.06 0.02
HSL 306.89º 0.94% 0.75% -
HSV(B) 306.89º 0.49% 0.98% -
XYZ 62.92 42.32 84.97 -
YUV 177.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 251 129 237 0 0.49 0.06 0.02 306.89 0.94 0.75
Hex FB 81 ED 0 31 6 2 133 5E 4B
Octal 373 201 355 0 61 6 2 463 136 113
Binary 11111011 10000001 11101101 0 110001 110 10 100110011 1011110 1001011

Color Harmonies of #FB81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81ED

Black with #FB81ED

Text Example


Text Example

White with #FB81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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