Html Css Color HEX #FB6EE1 Pale Magenta

📋 copy color: '#FB6EE1'

red 251 ◦ green 110 ◦ blue 225

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

Shades of Pale Magenta #FB6EE1

Tints of Pale Magenta #FB6EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.77%

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 42.83%
G = 18.77%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB6EE1 (or 0xFB6EE1) is known color: Pale Magenta. HEX triplet: FB, 6E and E1. RGB value is (251,110,225). Sum of RGB (Red+Green+Blue) = 251+110+225=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EE1 is #04911E. Grayscale: #A4A4A4. Windows color (decimal): -299295 or 14774011. OLE color: 14774011.

HSL color Cylindrical-coordinate representation of color #FB6EE1: hue angle of 311.06º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6EE1 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 110 225 -
CMYK 0 0.56 0.10 0.02
HSL 311.06º 0.95% 0.71% -
HSV(B) 311.06º 0.56% 0.98% -
XYZ 58.95 37.1 75.29 -
YUV 165.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 251 110 225 0 0.56 0.10 0.02 311.06 0.95 0.71
Hex FB 6E E1 0 38 A 2 137 5F 47
Octal 373 156 341 0 70 12 2 467 137 107
Binary 11111011 1101110 11100001 0 111000 1010 10 100110111 1011111 1000111

Color Harmonies of #FB6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6EE1

Black with #FB6EE1

Text Example


Text Example

White with #FB6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6EE1; }

 p { color: rgb(251,110,225); }

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

background-color css

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

 a { background-color: rgb(251,110,225); }

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

border-color css

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

 span { border-color: rgb(251,110,225); }

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