#FB69FC

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

Shades of Pink Flamingo #FB69FC

Tints of Pink Flamingo #FB69FC

Color information

#FB69FC (or 0xFB69FC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 69 and FC. RGB value is (251,105,252). Sum of RGB (Red+Green+Blue) = 251+105+252=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 105 (41.41% from 255 or 17.27% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB69FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69FC is #049603. Grayscale: #A4A4A4. Windows color (decimal): -300548 or 16542203. OLE color: 16542203.

HSL color Cylindrical-coordinate representation of color #FB69FC: hue angle of 299.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69FC is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251105252-
CMYK0.000.5800.01
HSL299.59º96.08%70%-
HSV(B)299.59º58.33%98.82%-
XYZ62.4137.6496.07-
YUV165.41176.87189.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 105 (41.41% from 255) = 17.27%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=41.28%
G=17.27%
B=41.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511052520.000.5800.01299.5996.0870
HexFB69FC03A0112c6046
Octal37315137407201454140106
Binary1111101111010011111110001110100110010110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69FC; }

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

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

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

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

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

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

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

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