Html Css Color HEX #FB8AF0 Pale Magenta

📋 copy color: '#FB8AF0'

red 251 ◦ green 138 ◦ blue 240

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

Shades of Pale Magenta #FB8AF0

Tints of Pale Magenta #FB8AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 39.9%
G = 21.94%
B = 38.16%

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

#FB8AF0 (or 0xFB8AF0) is known color: Pale Magenta. HEX triplet: FB, 8A and F0. RGB value is (251,138,240). Sum of RGB (Red+Green+Blue) = 251+138+240=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AF0 is #04750F. Grayscale: #B7B7B7. Windows color (decimal): -292112 or 15764219. OLE color: 15764219.

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

Color convert

RGB 251 138 240 -
CMYK 0 0.45 0.04 0.02
HSL 305.84º 0.93% 0.76% -
HSV(B) 305.84º 0.45% 0.98% -
XYZ 64.6 44.98 87.71 -
YUV 183.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 251 138 240 0 0.45 0.04 0.02 305.84 0.93 0.76
Hex FB 8A F0 0 2D 4 2 132 5D 4C
Octal 373 212 360 0 55 4 2 462 135 114
Binary 11111011 10001010 11110000 0 101101 100 10 100110010 1011101 1001100

Color Harmonies of #FB8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AF0

Black with #FB8AF0

Text Example


Text Example

White with #FB8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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