#FE55FB

Color #FE55FB Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE55FB

Tints of Pink Flamingo #FE55FB

Color information

#FE55FB (or 0xFE55FB) is unknown color: approx Pink Flamingo. HEX triplet: FE, 55 and FB. RGB value is (254,85,251). Sum of RGB (Red+Green+Blue) = 254+85+251=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 85 (33.59% from 255 or 14.41% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55FB is #01AA04. Grayscale: #999999. Windows color (decimal): -109061 or 16471550. OLE color: 16471550.

HSL color Cylindrical-coordinate representation of color #FE55FB: hue angle of 301.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55FB is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB25485251-
CMYK00.670.010.00
HSL301.07º98.83%66.47%-
HSV(B)301.07º66.54%99.61%-
XYZ61.5334.5394.69-
YUV154.45182.49199-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 85 (33.59% from 255) = 14.41%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=43.05%
G=14.41%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548525100.670.010.00301.0798.8366.47
HexFE55FB0431012d6342
Octal376125373010310455143102
Binary11111110101010111111011010000111010010110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55FB; }

 p { color: rgb(254,85,251); }

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

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

 a { background-color: rgb(254,85,251); }

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

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

 span { border-color: rgb(254,85,251); }

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