#FB67FF

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

Shades of Pink Flamingo #FB67FF

Tints of Pink Flamingo #FB67FF

Color information

#FB67FF (or 0xFB67FF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 67 and FF. RGB value is (251,103,255). Sum of RGB (Red+Green+Blue) = 251+103+255=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 103 (40.62% from 255 or 16.91% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB67FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB67FF is #049800. Grayscale: #A4A4A4. Windows color (decimal): -301057 or 16738299. OLE color: 16738299.

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

Color convert

RGB251103255-
CMYK0.020.6000
HSL298.42º100%70.2%-
HSV(B)298.42º59.61%100%-
XYZ62.6837.4398.53-
YUV164.58179.03189.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 103 (40.62% from 255) = 16.91%
BLUE value IS 255 (100% from 255) = 41.87%
R=41.22%
G=16.91%
B=41.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511032550.020.6000298.4210070.2
HexFB67FF23C0012a6446
Octal37314737727400452144106
Binary11111011110011111111111101111000010010101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB67FF; }

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

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

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

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

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

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

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

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