#FB7DE4

Color #FB7DE4 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB7DE4

Tints of Pale Magenta #FB7DE4

Color information

#FB7DE4 (or 0xFB7DE4) is unknown color: approx Pale Magenta. HEX triplet: FB, 7D and E4. RGB value is (251,125,228). Sum of RGB (Red+Green+Blue) = 251+125+228=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DE4 is #04821B. Grayscale: #AEAEAE. Windows color (decimal): -295452 or 14974459. OLE color: 14974459.

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

Color convert

RGB251125228-
CMYK00.500.090.02
HSL310.95º94.03%73.73%-
HSV(B)310.95º50.2%98.43%-
XYZ61.1240.7878.05-
YUV174.42158.24182.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 125 (49.22% from 255) = 20.70%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=41.56%
G=20.70%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112522800.500.090.02310.9594.0373.73
HexFB7DE4032921375e4a
Octal373175344062112467136112
Binary11111011111110111100100011001010011010011011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DE4; }

 p { color: rgb(251,125,228); }

 H1.HeaderClassName
 {
   color: #FB7DE4;
 }
 .AnyTagClassName
 {
   color: #FB7DE4;
 }
</style>
background-color css

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

 a { background-color: rgb(251,125,228); }

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

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

 span { border-color: rgb(251,125,228); }

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