Html Css Color HEX #FB94EF Pale Magenta

📋 copy color: '#FB94EF'

red 251 ◦ green 148 ◦ blue 239

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

Shades of Pale Magenta #FB94EF

Tints of Pale Magenta #FB94EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.2%

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

R = 39.34%
G = 23.2%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB94EF (or 0xFB94EF) is known color: Pale Magenta. HEX triplet: FB, 94 and EF. RGB value is (251,148,239). Sum of RGB (Red+Green+Blue) = 251+148+239=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 148 (58.20% from 255 or 23.20% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94EF is #046B10. Grayscale: #BCBCBC. Windows color (decimal): -289553 or 15701243. OLE color: 15701243.

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

Color convert

RGB 251 148 239 -
CMYK 0 0.41 0.05 0.02
HSL 306.99º 0.93% 0.78% -
HSV(B) 306.99º 0.41% 0.98% -
XYZ 65.95 47.92 87.43 -
YUV 189.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 251 148 239 0 0.41 0.05 0.02 306.99 0.93 0.78
Hex FB 94 EF 0 29 5 2 133 5D 4E
Octal 373 224 357 0 51 5 2 463 135 116
Binary 11111011 10010100 11101111 0 101001 101 10 100110011 1011101 1001110

Color Harmonies of #FB94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94EF

Black with #FB94EF

Text Example


Text Example

White with #FB94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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