#FB8CE0

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

Shades of Pale Magenta #FB8CE0

Tints of Pale Magenta #FB8CE0

Color information

#FB8CE0 (or 0xFB8CE0) is unknown color: approx Pale Magenta. HEX triplet: FB, 8C and E0. RGB value is (251,140,224). Sum of RGB (Red+Green+Blue) = 251+140+224=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CE0 is #04731F. Grayscale: #B6B6B6. Windows color (decimal): -291616 or 14716155. OLE color: 14716155.

HSL color Cylindrical-coordinate representation of color #FB8CE0: hue angle of 314.59º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CE0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251140224-
CMYK00.440.110.02
HSL314.59º93.28%76.67%-
HSV(B)314.59º44.22%98.43%-
XYZ62.6244.6575.84-
YUV182.76151.27176.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 140 (55.08% from 255) = 22.76%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=40.81%
G=22.76%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114022400.440.110.02314.5993.2876.67
HexFB8CE002CB213b5d4d
Octal373214340054132473135115
Binary111110111000110011100000010110010111010011101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8CE0; }

 p { color: rgb(251,140,224); }

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

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

 a { background-color: rgb(251,140,224); }

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

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

 span { border-color: rgb(251,140,224); }

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