#FE6AEE

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

Shades of Pink Flamingo #FE6AEE

Tints of Pink Flamingo #FE6AEE

Color information

#FE6AEE (or 0xFE6AEE) is unknown color: approx Pink Flamingo. HEX triplet: FE, 6A and EE. RGB value is (254,106,238). Sum of RGB (Red+Green+Blue) = 254+106+238=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AEE is #019511. Grayscale: #A4A4A4. Windows color (decimal): -103698 or 15624958. OLE color: 15624958.

HSL color Cylindrical-coordinate representation of color #FE6AEE: hue angle of 306.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6AEE is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254106238-
CMYK00.580.060.00
HSL306.49º98.67%70.59%-
HSV(B)306.49º58.27%99.61%-
XYZ61.4637.5584.9-
YUV165.3169.03191.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 106 (41.80% from 255) = 17.73%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=42.47%
G=17.73%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410623800.580.060.00306.4998.6770.59
HexFE6AEE03A601326347
Octal37615235607260462143107
Binary111111101101010111011100111010110010011001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AEE; }

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

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

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

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

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

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

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

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