#FB5BEB

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

Shades of Pink Flamingo #FB5BEB

Tints of Pink Flamingo #FB5BEB

Color information

#FB5BEB (or 0xFB5BEB) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5B and EB. RGB value is (251,91,235). Sum of RGB (Red+Green+Blue) = 251+91+235=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BEB is #04A414. Grayscale: #9A9A9A. Windows color (decimal): -304149 or 15424507. OLE color: 15424507.

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

Color convert

RGB25191235-
CMYK00.640.060.02
HSL306º95.24%67.06%-
HSV(B)306º63.75%98.43%-
XYZ58.5233.9982.07-
YUV155.26173.01196.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 91 (35.94% from 255) = 15.77%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=43.50%
G=15.77%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519123500.640.060.0230695.2467.06
HexFB5BEB040621325f43
Octal373133353010062462137103
Binary11111011101101111101011010000001101010011001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5BEB; }

 p { color: rgb(251,91,235); }

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

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

 a { background-color: rgb(251,91,235); }

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

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

 span { border-color: rgb(251,91,235); }

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