#FB69FB

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

Shades of Pink Flamingo #FB69FB

Tints of Pink Flamingo #FB69FB

Color information

#FB69FB (or 0xFB69FB) is unknown color: approx Pink Flamingo. HEX triplet: FB, 69 and FB. RGB value is (251,105,251). Sum of RGB (Red+Green+Blue) = 251+105+251=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 105 (41.41% from 255 or 17.30% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB69FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69FB is #049604. Grayscale: #A4A4A4. Windows color (decimal): -300549 or 16476667. OLE color: 16476667.

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

Color convert

RGB251105251-
CMYK00.5800.02
HSL300º94.81%69.8%-
HSV(B)300º58.17%98.43%-
XYZ62.2537.5895.24-
YUV165.3176.37189.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 105 (41.41% from 255) = 17.30%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=41.35%
G=17.30%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110525100.5800.0230094.8169.8
HexFB69FB03A0212c5f46
Octal37315137307202454137106
Binary11111011110100111111011011101001010010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69FB; }

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

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

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

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

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

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

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

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