Html Css Color HEX #FB7DE9 Pale Magenta

📋 copy color: '#FB7DE9'

red 251 ◦ green 125 ◦ blue 233

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

Shades of Pale Magenta #FB7DE9

Tints of Pale Magenta #FB7DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 41.22%
G = 20.53%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB7DE9 (or 0xFB7DE9) is known color: Pale Magenta. HEX triplet: FB, 7D and E9. RGB value is (251,125,233). Sum of RGB (Red+Green+Blue) = 251+125+233=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DE9 is #048216. Grayscale: #AEAEAE. Windows color (decimal): -295447 or 15302139. OLE color: 15302139.

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

Color convert

RGB 251 125 233 -
CMYK 0 0.50 0.07 0.02
HSL 308.57º 0.94% 0.74% -
HSV(B) 308.57º 0.5% 0.98% -
XYZ 61.83 41.06 81.76 -
YUV 174.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 251 125 233 0 0.50 0.07 0.02 308.57 0.94 0.74
Hex FB 7D E9 0 32 7 2 135 5E 4A
Octal 373 175 351 0 62 7 2 465 136 112
Binary 11111011 1111101 11101001 0 110010 111 10 100110101 1011110 1001010

Color Harmonies of #FB7DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DE9

Black with #FB7DE9

Text Example


Text Example

White with #FB7DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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