Html Css Color HEX #FE6AEE Pink Flamingo

📋 copy color: '#FE6AEE'

red 254 ◦ green 106 ◦ blue 238

#FE6AEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FE6AEE

Tints of Pink Flamingo #FE6AEE

RGB

 RED value IS 254 (99.61% from 255) = 42.47%

 GREEN value IS 106 (41.8% from 255) = 17.73%

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 42.47%
G = 17.73%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE6AEE (or 0xFE6AEE) is known color: 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

RGB 254 106 238 -
CMYK 0 0.58 0.06 0.00
HSL 306.49º 0.99% 0.71% -
HSV(B) 306.49º 0.58% 1% -
XYZ 61.46 37.55 84.9 -
YUV 165.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 254 106 238 0 0.58 0.06 0.00 306.49 0.99 0.71
Hex FE 6A EE 0 3A 6 0 132 63 47
Octal 376 152 356 0 72 6 0 462 143 107
Binary 11111110 1101010 11101110 0 111010 110 0 100110010 1100011 1000111

Color Harmonies of #FE6AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6AEE

Black with #FE6AEE

Text Example


Text Example

White with #FE6AEE

Text Example


Text Example

HTML Codes & Css Web 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>