Html Css Color HEX #FB7EEF Pale Magenta

📋 copy color: '#FB7EEF'

red 251 ◦ green 126 ◦ blue 239

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

Shades of Pale Magenta #FB7EEF

Tints of Pale Magenta #FB7EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 40.75%
G = 20.45%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB7EEF (or 0xFB7EEF) is known color: Pale Magenta. HEX triplet: FB, 7E and EF. RGB value is (251,126,239). Sum of RGB (Red+Green+Blue) = 251+126+239=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 126 (49.61% from 255 or 20.45% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7EEF is #048110. Grayscale: #AFAFAF. Windows color (decimal): -295185 or 15695611. OLE color: 15695611.

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

Color convert

RGB 251 126 239 -
CMYK 0 0.50 0.05 0.02
HSL 305.76º 0.94% 0.74% -
HSV(B) 305.76º 0.5% 0.98% -
XYZ 62.82 41.66 86.39 -
YUV 176.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 251 126 239 0 0.50 0.05 0.02 305.76 0.94 0.74
Hex FB 7E EF 0 32 5 2 132 5E 4A
Octal 373 176 357 0 62 5 2 462 136 112
Binary 11111011 1111110 11101111 0 110010 101 10 100110010 1011110 1001010

Color Harmonies of #FB7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7EEF

Black with #FB7EEF

Text Example


Text Example

White with #FB7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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