Html Css Color HEX #FB8CF2 Pale Magenta

📋 copy color: '#FB8CF2'

red 251 ◦ green 140 ◦ blue 242

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

Shades of Pale Magenta #FB8CF2

Tints of Pale Magenta #FB8CF2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.12%

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

R = 39.65%
G = 22.12%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB8CF2 (or 0xFB8CF2) is known color: Pale Magenta. HEX triplet: FB, 8C and F2. RGB value is (251,140,242). Sum of RGB (Red+Green+Blue) = 251+140+242=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CF2 is #04730D. Grayscale: #B8B8B8. Windows color (decimal): -291598 or 15895803. OLE color: 15895803.

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

Color convert

RGB 251 140 242 -
CMYK 0 0.44 0.04 0.02
HSL 304.86º 0.93% 0.77% -
HSV(B) 304.86º 0.44% 0.98% -
XYZ 65.19 45.68 89.38 -
YUV 184.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 251 140 242 0 0.44 0.04 0.02 304.86 0.93 0.77
Hex FB 8C F2 0 2C 4 2 131 5D 4D
Octal 373 214 362 0 54 4 2 461 135 115
Binary 11111011 10001100 11110010 0 101100 100 10 100110001 1011101 1001101

Color Harmonies of #FB8CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8CF2

Black with #FB8CF2

Text Example


Text Example

White with #FB8CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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