#FB5EEB

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

Shades of Pink Flamingo #FB5EEB

Tints of Pink Flamingo #FB5EEB

Color information

#FB5EEB (or 0xFB5EEB) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5E and EB. RGB value is (251,94,235). Sum of RGB (Red+Green+Blue) = 251+94+235=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EEB is #04A114. Grayscale: #9C9C9C. Windows color (decimal): -303381 or 15425275. OLE color: 15425275.

HSL color Cylindrical-coordinate representation of color #FB5EEB: hue angle of 306.11º 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 #FB5EEB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB25194235-
CMYK00.630.060.02
HSL306.11º95.15%67.65%-
HSV(B)306.11º62.55%98.43%-
XYZ58.7834.5182.16-
YUV157.02172.01195.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 94 (37.11% from 255) = 16.21%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=43.28%
G=16.21%
B=40.52%

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
Decimal2519423500.630.060.02306.1195.1567.65
HexFB5EEB03F621325f44
Octal37313635307762462137104
Binary1111101110111101110101101111111101010011001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5EEB; }

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

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

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

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

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

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

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

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