#FE4DEA

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

Shades of Pink Flamingo #FE4DEA

Tints of Pink Flamingo #FE4DEA

Color information

#FE4DEA (or 0xFE4DEA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 4D and EA. RGB value is (254,77,234). Sum of RGB (Red+Green+Blue) = 254+77+234=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DEA is #01B215. Grayscale: #939393. Windows color (decimal): -111126 or 15355390. OLE color: 15355390.

HSL color Cylindrical-coordinate representation of color #FE4DEA: hue angle of 306.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DEA is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB25477234-
CMYK00.700.080.00
HSL306.78º98.88%64.9%-
HSV(B)306.78º69.69%99.61%-
XYZ58.3832.3281-
YUV147.82176.64203.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 77 (30.47% from 255) = 13.63%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=44.96%
G=13.63%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547723400.700.080.00306.7898.8864.9
HexFE4DEA046801336341
Octal3761153520106100463143101
Binary11111110100110111101010010001101000010011001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4DEA; }

 p { color: rgb(254,77,234); }

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

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

 a { background-color: rgb(254,77,234); }

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

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

 span { border-color: rgb(254,77,234); }

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