Html Css Color HEX #FE5AEC Pink Flamingo

📋 copy color: '#FE5AEC'

red 254 ◦ green 90 ◦ blue 236

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

Shades of Pink Flamingo #FE5AEC

Tints of Pink Flamingo #FE5AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.52%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 43.79%
G = 15.52%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE5AEC (or 0xFE5AEC) is known color: Pink Flamingo. HEX triplet: FE, 5A and EC. RGB value is (254,90,236). Sum of RGB (Red+Green+Blue) = 254+90+236=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AEC is #01A513. Grayscale: #9B9B9B. Windows color (decimal): -107796 or 15489790. OLE color: 15489790.

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

Color convert

RGB 254 90 236 -
CMYK 0 0.65 0.07 0.00
HSL 306.59º 0.99% 0.67% -
HSV(B) 306.59º 0.65% 1% -
XYZ 59.67 34.44 82.86 -
YUV 155.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 254 90 236 0 0.65 0.07 0.00 306.59 0.99 0.67
Hex FE 5A EC 0 41 7 0 133 63 43
Octal 376 132 354 0 101 7 0 463 143 103
Binary 11111110 1011010 11101100 0 1000001 111 0 100110011 1100011 1000011

Color Harmonies of #FE5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AEC

Black with #FE5AEC

Text Example


Text Example

White with #FE5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AEC; }

 p { color: rgb(254,90,236); }

 H1.HeaderClassName
 {
   color: #FE5AEC;
 }
 .AnyTagClassName
 {
   color: #FE5AEC;
 }
</style>

background-color css

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

 a { background-color: rgb(254,90,236); }

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

border-color css

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

 span { border-color: rgb(254,90,236); }

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