#FC4EFB

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

Shades of Pink Flamingo #FC4EFB

Tints of Pink Flamingo #FC4EFB

Color information

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

HSL color Cylindrical-coordinate representation of color #FC4EFB: hue angle of 300.34º 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 #FC4EFB is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB25278251-
CMYK00.690.000.01
HSL300.34º96.67%64.71%-
HSV(B)300.34º69.05%98.82%-
XYZ60.2833.1194.48-
YUV149.75185.15200.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527825100.690.000.01300.3496.6764.71
HexFC4EFB0450112c6141
Octal374116373010501454141101
Binary11111100100111011111011010001010110010110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4EFB; }

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

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

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

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

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

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

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

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