#FE4DEB

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

Shades of Pink Flamingo #FE4DEB

Tints of Pink Flamingo #FE4DEB

Color information

#FE4DEB (or 0xFE4DEB) is unknown color: approx Pink Flamingo. HEX triplet: FE, 4D and EB. RGB value is (254,77,235). Sum of RGB (Red+Green+Blue) = 254+77+235=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DEB is #01B214. Grayscale: #939393. Windows color (decimal): -111125 or 15420926. OLE color: 15420926.

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

Color convert

RGB25477235-
CMYK00.700.070.00
HSL306.44º98.88%64.9%-
HSV(B)306.44º69.69%99.61%-
XYZ58.5232.3881.76-
YUV147.94177.14203.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 77 (30.47% from 255) = 13.60%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=44.88%
G=13.60%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547723500.700.070.00306.4498.8864.9
HexFE4DEB046701326341
Octal376115353010670462143101
Binary1111111010011011110101101000110111010011001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4DEB; }

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

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

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

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

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

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

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

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