Html Css Color HEX #FB8AF2 Pale Magenta

📋 copy color: '#FB8AF2'

red 251 ◦ green 138 ◦ blue 242

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

Shades of Pale Magenta #FB8AF2

Tints of Pale Magenta #FB8AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.87%

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

R = 39.78%
G = 21.87%
B = 38.35%

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

#FB8AF2 (or 0xFB8AF2) is known color: Pale Magenta. HEX triplet: FB, 8A and F2. RGB value is (251,138,242). Sum of RGB (Red+Green+Blue) = 251+138+242=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AF2 is #04750D. Grayscale: #B7B7B7. Windows color (decimal): -292110 or 15895291. OLE color: 15895291.

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

Color convert

RGB 251 138 242 -
CMYK 0 0.45 0.04 0.02
HSL 304.78º 0.93% 0.76% -
HSV(B) 304.78º 0.45% 0.98% -
XYZ 64.9 45.1 89.29 -
YUV 183.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 251 138 242 0 0.45 0.04 0.02 304.78 0.93 0.76
Hex FB 8A F2 0 2D 4 2 131 5D 4C
Octal 373 212 362 0 55 4 2 461 135 114
Binary 11111011 10001010 11110010 0 101101 100 10 100110001 1011101 1001100

Color Harmonies of #FB8AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AF2

Black with #FB8AF2

Text Example


Text Example

White with #FB8AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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