Html Css Color HEX #FB7DE7 Pale Magenta

📋 copy color: '#FB7DE7'

red 251 ◦ green 125 ◦ blue 231

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

Shades of Pale Magenta #FB7DE7

Tints of Pale Magenta #FB7DE7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.59%

 BLUE value IS 231 (90.63% from 255) = 38.06%

R = 41.35%
G = 20.59%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB7DE7 (or 0xFB7DE7) is known color: Pale Magenta. HEX triplet: FB, 7D and E7. RGB value is (251,125,231). Sum of RGB (Red+Green+Blue) = 251+125+231=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DE7 is #048218. Grayscale: #AEAEAE. Windows color (decimal): -295449 or 15171067. OLE color: 15171067.

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

Color convert

RGB 251 125 231 -
CMYK 0 0.50 0.08 0.02
HSL 309.52º 0.94% 0.74% -
HSV(B) 309.52º 0.5% 0.98% -
XYZ 61.54 40.95 80.26 -
YUV 174.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 251 125 231 0 0.50 0.08 0.02 309.52 0.94 0.74
Hex FB 7D E7 0 32 8 2 136 5E 4A
Octal 373 175 347 0 62 10 2 466 136 112
Binary 11111011 1111101 11100111 0 110010 1000 10 100110110 1011110 1001010

Color Harmonies of #FB7DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DE7

Black with #FB7DE7

Text Example


Text Example

White with #FB7DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DE7; }

 p { color: rgb(251,125,231); }

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

background-color css

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

 a { background-color: rgb(251,125,231); }

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

border-color css

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

 span { border-color: rgb(251,125,231); }

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