#FB4EFC

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

Shades of Pink Flamingo #FB4EFC

Tints of Pink Flamingo #FB4EFC

Color information

#FB4EFC (or 0xFB4EFC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 4E and FC. RGB value is (251,78,252). Sum of RGB (Red+Green+Blue) = 251+78+252=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 78 (30.86% from 255 or 13.43% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB4EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EFC is #04B103. Grayscale: #959595. Windows color (decimal): -307460 or 16535291. OLE color: 16535291.

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

Color convert

RGB25178252-
CMYK0.000.6900.01
HSL299.66º96.67%64.71%-
HSV(B)299.66º69.05%98.82%-
XYZ60.0832.9995.3-
YUV149.56185.81200.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 78 (30.86% from 255) = 13.43%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=43.20%
G=13.43%
B=43.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251782520.000.6900.01299.6696.6764.71
HexFB4EFC0450112c6141
Octal373116374010501454141101
Binary11111011100111011111100010001010110010110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4EFC; }

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

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

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

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

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

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

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

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