Html Css Color HEX #FB7CEB Pale Magenta

📋 copy color: '#FB7CEB'

red 251 ◦ green 124 ◦ blue 235

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

Shades of Pale Magenta #FB7CEB

Tints of Pale Magenta #FB7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.33%

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 41.15%
G = 20.33%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB7CEB (or 0xFB7CEB) is known color: Pale Magenta. HEX triplet: FB, 7C and EB. RGB value is (251,124,235). Sum of RGB (Red+Green+Blue) = 251+124+235=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CEB is #048314. Grayscale: #AEAEAE. Windows color (decimal): -295701 or 15432955. OLE color: 15432955.

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

Color convert

RGB 251 124 235 -
CMYK 0 0.51 0.06 0.02
HSL 307.56º 0.94% 0.74% -
HSV(B) 307.56º 0.51% 0.98% -
XYZ 61.99 40.92 83.23 -
YUV 174.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 251 124 235 0 0.51 0.06 0.02 307.56 0.94 0.74
Hex FB 7C EB 0 33 6 2 134 5E 4A
Octal 373 174 353 0 63 6 2 464 136 112
Binary 11111011 1111100 11101011 0 110011 110 10 100110100 1011110 1001010

Color Harmonies of #FB7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CEB

Black with #FB7CEB

Text Example


Text Example

White with #FB7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CEB; }

 p { color: rgb(251,124,235); }

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

background-color css

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

 a { background-color: rgb(251,124,235); }

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

border-color css

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

 span { border-color: rgb(251,124,235); }

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