Html Css Color HEX #FB7CE1 Pale Magenta

📋 copy color: '#FB7CE1'

red 251 ◦ green 124 ◦ blue 225

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

Shades of Pale Magenta #FB7CE1

Tints of Pale Magenta #FB7CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.67%

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

R = 41.83%
G = 20.67%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB7CE1 (or 0xFB7CE1) is known color: Pale Magenta. HEX triplet: FB, 7C and E1. RGB value is (251,124,225). Sum of RGB (Red+Green+Blue) = 251+124+225=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CE1 is #04831E. Grayscale: #ADADAD. Windows color (decimal): -295711 or 14777595. OLE color: 14777595.

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

Color convert

RGB 251 124 225 -
CMYK 0 0.51 0.10 0.02
HSL 312.28º 0.94% 0.74% -
HSV(B) 312.28º 0.51% 0.98% -
XYZ 60.58 40.36 75.83 -
YUV 173.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 251 124 225 0 0.51 0.10 0.02 312.28 0.94 0.74
Hex FB 7C E1 0 33 A 2 138 5E 4A
Octal 373 174 341 0 63 12 2 470 136 112
Binary 11111011 1111100 11100001 0 110011 1010 10 100111000 1011110 1001010

Color Harmonies of #FB7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CE1

Black with #FB7CE1

Text Example


Text Example

White with #FB7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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