Html Css Color HEX #FB7CEF Pale Magenta

📋 copy color: '#FB7CEF'

red 251 ◦ green 124 ◦ blue 239

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

Shades of Pale Magenta #FB7CEF

Tints of Pale Magenta #FB7CEF

RGB

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

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

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

R = 40.88%
G = 20.2%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB7CEF (or 0xFB7CEF) is known color: Pale Magenta. HEX triplet: FB, 7C and EF. RGB value is (251,124,239). Sum of RGB (Red+Green+Blue) = 251+124+239=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 124 (48.83% from 255 or 20.20% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CEF is #048310. Grayscale: #AEAEAE. Windows color (decimal): -295697 or 15695099. OLE color: 15695099.

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

Color convert

RGB 251 124 239 -
CMYK 0 0.51 0.05 0.02
HSL 305.67º 0.94% 0.74% -
HSV(B) 305.67º 0.51% 0.98% -
XYZ 62.57 41.16 86.31 -
YUV 175.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 251 124 239 0 0.51 0.05 0.02 305.67 0.94 0.74
Hex FB 7C EF 0 33 5 2 132 5E 4A
Octal 373 174 357 0 63 5 2 462 136 112
Binary 11111011 1111100 11101111 0 110011 101 10 100110010 1011110 1001010

Color Harmonies of #FB7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CEF

Black with #FB7CEF

Text Example


Text Example

White with #FB7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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