#FB3DFB

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

Shades of Pink Flamingo #FB3DFB

Tints of Pink Flamingo #FB3DFB

Color information

#FB3DFB (or 0xFB3DFB) is unknown color: approx Pink Flamingo. HEX triplet: FB, 3D and FB. RGB value is (251,61,251). Sum of RGB (Red+Green+Blue) = 251+61+251=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 61 (24.22% from 255 or 10.83% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3DFB is #04C204. Grayscale: #8A8A8A. Windows color (decimal): -311813 or 16465403. OLE color: 16465403.

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

Color convert

RGB25161251-
CMYK00.7600.02
HSL300º95.96%61.18%-
HSV(B)300º75.7%98.43%-
XYZ58.8630.8194.11-
YUV139.47190.95207.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 61 (24.22% from 255) = 10.83%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=44.58%
G=10.83%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516125100.7600.0230095.9661.18
HexFB3DFB04C0212c603d
Octal3737537301140245414075
Binary1111101111110111111011010011000101001011001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3DFB; }

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

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

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

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

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

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

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

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