#FB5EEC

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

Shades of Pink Flamingo #FB5EEC

Tints of Pink Flamingo #FB5EEC

Color information

#FB5EEC (or 0xFB5EEC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5E and EC. RGB value is (251,94,236). Sum of RGB (Red+Green+Blue) = 251+94+236=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EEC is #04A113. Grayscale: #9C9C9C. Windows color (decimal): -303380 or 15490811. OLE color: 15490811.

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

Color convert

RGB25194236-
CMYK00.630.060.02
HSL305.73º95.15%67.65%-
HSV(B)305.73º62.55%98.43%-
XYZ58.9334.5782.92-
YUV157.13172.51194.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 94 (37.11% from 255) = 16.18%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=43.20%
G=16.18%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519423600.630.060.02305.7395.1567.65
HexFB5EEC03F621325f44
Octal37313635407762462137104
Binary1111101110111101110110001111111101010011001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5EEC; }

 p { color: rgb(251,94,236); }

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

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

 a { background-color: rgb(251,94,236); }

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

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

 span { border-color: rgb(251,94,236); }

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