#FB65EC

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

Shades of Pink Flamingo #FB65EC

Tints of Pink Flamingo #FB65EC

Color information

#FB65EC (or 0xFB65EC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 65 and EC. RGB value is (251,101,236). Sum of RGB (Red+Green+Blue) = 251+101+236=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65EC is #049A13. Grayscale: #A0A0A0. Windows color (decimal): -301588 or 15492603. OLE color: 15492603.

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

Color convert

RGB251101236-
CMYK00.600.060.02
HSL306º94.94%69.02%-
HSV(B)306º59.76%98.43%-
XYZ59.5835.8783.14-
YUV161.24170.2192.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 101 (39.84% from 255) = 17.18%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=42.69%
G=17.18%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110123600.600.060.0230694.9469.02
HexFB65EC03C621325f45
Octal37314535407462462137105
Binary1111101111001011110110001111001101010011001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB65EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB65EC; }

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

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

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

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

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

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

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

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