Html Css Color HEX #FB91EF Pale Magenta

📋 copy color: '#FB91EF'

red 251 ◦ green 145 ◦ blue 239

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

Shades of Pale Magenta #FB91EF

Tints of Pale Magenta #FB91EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.83%

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 39.53%
G = 22.83%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB91EF (or 0xFB91EF) is known color: Pale Magenta. HEX triplet: FB, 91 and EF. RGB value is (251,145,239). Sum of RGB (Red+Green+Blue) = 251+145+239=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 145 (57.03% from 255 or 22.83% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB91EF is #046E10. Grayscale: #BBBBBB. Windows color (decimal): -290321 or 15700475. OLE color: 15700475.

HSL color Cylindrical-coordinate representation of color #FB91EF: hue angle of 306.79º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91EF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 145 239 -
CMYK 0 0.42 0.05 0.02
HSL 306.79º 0.93% 0.78% -
HSV(B) 306.79º 0.42% 0.98% -
XYZ 65.49 46.99 87.28 -
YUV 187.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 251 145 239 0 0.42 0.05 0.02 306.79 0.93 0.78
Hex FB 91 EF 0 2A 5 2 133 5D 4E
Octal 373 221 357 0 52 5 2 463 135 116
Binary 11111011 10010001 11101111 0 101010 101 10 100110011 1011101 1001110

Color Harmonies of #FB91EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB91EF

Black with #FB91EF

Text Example


Text Example

White with #FB91EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB91EF; }

 p { color: rgb(251,145,239); }

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

background-color css

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

 a { background-color: rgb(251,145,239); }

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

border-color css

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

 span { border-color: rgb(251,145,239); }

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