Html Css Color HEX #FB8BF2 Pale Magenta

📋 copy color: '#FB8BF2'

red 251 ◦ green 139 ◦ blue 242

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

Shades of Pale Magenta #FB8BF2

Tints of Pale Magenta #FB8BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.99%

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 39.72%
G = 21.99%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB8BF2 (or 0xFB8BF2) is known color: Pale Magenta. HEX triplet: FB, 8B and F2. RGB value is (251,139,242). Sum of RGB (Red+Green+Blue) = 251+139+242=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 139 (54.69% from 255 or 21.99% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BF2 is #04740D. Grayscale: #B7B7B7. Windows color (decimal): -291854 or 15895547. OLE color: 15895547.

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

Color convert

RGB 251 139 242 -
CMYK 0 0.45 0.04 0.02
HSL 304.82º 0.93% 0.76% -
HSV(B) 304.82º 0.45% 0.98% -
XYZ 65.04 45.39 89.34 -
YUV 184.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 251 139 242 0 0.45 0.04 0.02 304.82 0.93 0.76
Hex FB 8B F2 0 2D 4 2 131 5D 4C
Octal 373 213 362 0 55 4 2 461 135 114
Binary 11111011 10001011 11110010 0 101101 100 10 100110001 1011101 1001100

Color Harmonies of #FB8BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8BF2

Black with #FB8BF2

Text Example


Text Example

White with #FB8BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8BF2; }

 p { color: rgb(251,139,242); }

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

background-color css

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

 a { background-color: rgb(251,139,242); }

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

border-color css

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

 span { border-color: rgb(251,139,242); }

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