#FB5BF8

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

Shades of Pink Flamingo #FB5BF8

Tints of Pink Flamingo #FB5BF8

Color information

#FB5BF8 (or 0xFB5BF8) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5B and F8. RGB value is (251,91,248). Sum of RGB (Red+Green+Blue) = 251+91+248=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BF8 is #04A407. Grayscale: #9C9C9C. Windows color (decimal): -304136 or 16276475. OLE color: 16276475.

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

Color convert

RGB25191248-
CMYK00.640.010.02
HSL301.12º95.24%67.06%-
HSV(B)301.12º63.75%98.43%-
XYZ60.4734.7792.33-
YUV156.74179.51195.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 91 (35.94% from 255) = 15.42%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=42.54%
G=15.42%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519124800.640.010.02301.1295.2467.06
HexFB5BF80401212d5f43
Octal373133370010012455137103
Binary111110111011011111110000100000011010010110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5BF8; }

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

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

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

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

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

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

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

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