Html Css Color HEX #FE5AE8 Pink Flamingo

📋 copy color: '#FE5AE8'

red 254 ◦ green 90 ◦ blue 232

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

Shades of Pink Flamingo #FE5AE8

Tints of Pink Flamingo #FE5AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.28%

R = 44.1%
G = 15.63%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE5AE8 (or 0xFE5AE8) is known color: Pink Flamingo. HEX triplet: FE, 5A and E8. RGB value is (254,90,232). Sum of RGB (Red+Green+Blue) = 254+90+232=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AE8 is #01A517. Grayscale: #9A9A9A. Windows color (decimal): -107800 or 15227646. OLE color: 15227646.

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

Color convert

RGB 254 90 232 -
CMYK 0 0.65 0.09 0.00
HSL 308.05º 0.99% 0.67% -
HSV(B) 308.05º 0.65% 1% -
XYZ 59.09 34.21 79.83 -
YUV 155.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 254 90 232 0 0.65 0.09 0.00 308.05 0.99 0.67
Hex FE 5A E8 0 41 9 0 134 63 43
Octal 376 132 350 0 101 11 0 464 143 103
Binary 11111110 1011010 11101000 0 1000001 1001 0 100110100 1100011 1000011

Color Harmonies of #FE5AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AE8

Black with #FE5AE8

Text Example


Text Example

White with #FE5AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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