#FD4EEA

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

Shades of Pink Flamingo #FD4EEA

Tints of Pink Flamingo #FD4EEA

Color information

#FD4EEA (or 0xFD4EEA) is unknown color: approx Pink Flamingo. HEX triplet: FD, 4E and EA. RGB value is (253,78,234). Sum of RGB (Red+Green+Blue) = 253+78+234=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD4EEA is #02B115. Grayscale: #939393. Windows color (decimal): -176406 or 15355645. OLE color: 15355645.

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

Color convert

RGB25378234-
CMYK00.690.080.01
HSL306.51º97.77%64.9%-
HSV(B)306.51º69.17%99.22%-
XYZ58.0832.2781.01-
YUV148.11176.48202.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 78 (30.86% from 255) = 13.81%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=44.78%
G=13.81%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537823400.690.080.01306.5197.7764.9
HexFD4EEA045811336241
Octal3751163520105101463142101
Binary11111101100111011101010010001011000110011001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4EEA; }

 p { color: rgb(253,78,234); }

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

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

 a { background-color: rgb(253,78,234); }

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

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

 span { border-color: rgb(253,78,234); }

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