Html Css Color HEX #FB7CE0 Pale Magenta

📋 copy color: '#FB7CE0'

red 251 ◦ green 124 ◦ blue 224

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

Shades of Pale Magenta #FB7CE0

Tints of Pale Magenta #FB7CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 41.9%
G = 20.7%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB7CE0 (or 0xFB7CE0) is known color: Pale Magenta. HEX triplet: FB, 7C and E0. RGB value is (251,124,224). Sum of RGB (Red+Green+Blue) = 251+124+224=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CE0 is #04831F. Grayscale: #ADADAD. Windows color (decimal): -295712 or 14712059. OLE color: 14712059.

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

Color convert

RGB 251 124 224 -
CMYK 0 0.51 0.11 0.02
HSL 312.76º 0.94% 0.74% -
HSV(B) 312.76º 0.51% 0.98% -
XYZ 60.45 40.31 75.12 -
YUV 173.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 251 124 224 0 0.51 0.11 0.02 312.76 0.94 0.74
Hex FB 7C E0 0 33 B 2 139 5E 4A
Octal 373 174 340 0 63 13 2 471 136 112
Binary 11111011 1111100 11100000 0 110011 1011 10 100111001 1011110 1001010

Color Harmonies of #FB7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CE0

Black with #FB7CE0

Text Example


Text Example

White with #FB7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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