#FE4DEE

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

Shades of Pink Flamingo #FE4DEE

Tints of Pink Flamingo #FE4DEE

Color information

#FE4DEE (or 0xFE4DEE) is unknown color: approx Pink Flamingo. HEX triplet: FE, 4D and EE. RGB value is (254,77,238). Sum of RGB (Red+Green+Blue) = 254+77+238=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DEE is #01B211. Grayscale: #939393. Windows color (decimal): -111122 or 15617534. OLE color: 15617534.

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

Color convert

RGB25477238-
CMYK00.700.060.00
HSL305.42º98.88%64.9%-
HSV(B)305.42º69.69%99.61%-
XYZ58.9632.5584.06-
YUV148.28178.64203.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 77 (30.47% from 255) = 13.53%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=44.64%
G=13.53%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547723800.700.060.00305.4298.8864.9
HexFE4DEE046601316341
Octal376115356010660461143101
Binary1111111010011011110111001000110110010011000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4DEE; }

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

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

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

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

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

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

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

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