Html Css Color HEX #FB7FEE Pale Magenta

📋 copy color: '#FB7FEE'

red 251 ◦ green 127 ◦ blue 238

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

Shades of Pale Magenta #FB7FEE

Tints of Pale Magenta #FB7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 20.62%

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 40.75%
G = 20.62%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB7FEE (or 0xFB7FEE) is known color: Pale Magenta. HEX triplet: FB, 7F and EE. RGB value is (251,127,238). Sum of RGB (Red+Green+Blue) = 251+127+238=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FEE is #048011. Grayscale: #B0B0B0. Windows color (decimal): -294930 or 15630331. OLE color: 15630331.

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

Color convert

RGB 251 127 238 -
CMYK 0 0.49 0.05 0.02
HSL 306.29º 0.94% 0.74% -
HSV(B) 306.29º 0.49% 0.98% -
XYZ 62.81 41.86 85.66 -
YUV 176.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 251 127 238 0 0.49 0.05 0.02 306.29 0.94 0.74
Hex FB 7F EE 0 31 5 2 132 5E 4A
Octal 373 177 356 0 61 5 2 462 136 112
Binary 11111011 1111111 11101110 0 110001 101 10 100110010 1011110 1001010

Color Harmonies of #FB7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FEE

Black with #FB7FEE

Text Example


Text Example

White with #FB7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FEE; }

 p { color: rgb(251,127,238); }

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

background-color css

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

 a { background-color: rgb(251,127,238); }

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

border-color css

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

 span { border-color: rgb(251,127,238); }

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