#FB5AFB

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

Shades of Pink Flamingo #FB5AFB

Tints of Pink Flamingo #FB5AFB

Color information

#FB5AFB (or 0xFB5AFB) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5A and FB. RGB value is (251,90,251). Sum of RGB (Red+Green+Blue) = 251+90+251=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AFB is #04A504. Grayscale: #9C9C9C. Windows color (decimal): -304389 or 16472827. OLE color: 16472827.

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

Color convert

RGB25190251-
CMYK00.6400.02
HSL300º95.27%66.86%-
HSV(B)300º64.14%98.43%-
XYZ60.8534.7994.77-
YUV156.49181.34195.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 90 (35.55% from 255) = 15.20%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=42.40%
G=15.20%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519025100.6400.0230095.2766.86
HexFB5AFB0400212c5f43
Octal373132373010002454137103
Binary111110111011010111110110100000001010010110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5AFB; }

 p { color: rgb(251,90,251); }

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

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

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

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

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

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

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