#FB69FF

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

Shades of Pink Flamingo #FB69FF

Tints of Pink Flamingo #FB69FF

Color information

#FB69FF (or 0xFB69FF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 69 and FF. RGB value is (251,105,255). Sum of RGB (Red+Green+Blue) = 251+105+255=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 105 (41.41% from 255 or 17.18% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69FF is #049600. Grayscale: #A5A5A5. Windows color (decimal): -300545 or 16738811. OLE color: 16738811.

HSL color Cylindrical-coordinate representation of color #FB69FF: hue angle of 298.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB69FF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251105255-
CMYK0.020.5900
HSL298.4º100%70.59%-
HSV(B)298.4º58.82%100%-
XYZ62.8937.8398.6-
YUV165.75178.37188.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 105 (41.41% from 255) = 17.18%
BLUE value IS 255 (100% from 255) = 41.73%
R=41.08%
G=17.18%
B=41.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511052550.020.5900298.410070.59
HexFB69FF23B0012a6447
Octal37315137727300452144107
Binary11111011110100111111111101110110010010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69FF; }

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

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

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

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

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

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

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

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