Html Css Color HEX #FB7EEA Pale Magenta

📋 copy color: '#FB7EEA'

red 251 ◦ green 126 ◦ blue 234

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

Shades of Pale Magenta #FB7EEA

Tints of Pale Magenta #FB7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.62%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 41.08%
G = 20.62%
B = 38.3%

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

#FB7EEA (or 0xFB7EEA) is known color: Pale Magenta. HEX triplet: FB, 7E and EA. RGB value is (251,126,234). Sum of RGB (Red+Green+Blue) = 251+126+234=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 126 (49.61% from 255 or 20.62% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7EEA is #048115. Grayscale: #AFAFAF. Windows color (decimal): -295190 or 15367931. OLE color: 15367931.

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

Color convert

RGB 251 126 234 -
CMYK 0 0.50 0.07 0.02
HSL 308.16º 0.94% 0.74% -
HSV(B) 308.16º 0.5% 0.98% -
XYZ 62.1 41.37 82.55 -
YUV 175.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 251 126 234 0 0.50 0.07 0.02 308.16 0.94 0.74
Hex FB 7E EA 0 32 7 2 134 5E 4A
Octal 373 176 352 0 62 7 2 464 136 112
Binary 11111011 1111110 11101010 0 110010 111 10 100110100 1011110 1001010

Color Harmonies of #FB7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7EEA

Black with #FB7EEA

Text Example


Text Example

White with #FB7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7EEA; }

 p { color: rgb(251,126,234); }

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

background-color css

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

 a { background-color: rgb(251,126,234); }

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

border-color css

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

 span { border-color: rgb(251,126,234); }

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