Html Css Color HEX #FE5AE7 Pink Flamingo

📋 copy color: '#FE5AE7'

red 254 ◦ green 90 ◦ blue 231

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

Shades of Pink Flamingo #FE5AE7

Tints of Pink Flamingo #FE5AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.17%

R = 44.17%
G = 15.65%
B = 40.17%

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

#FE5AE7 (or 0xFE5AE7) is known color: Pink Flamingo. HEX triplet: FE, 5A and E7. RGB value is (254,90,231). Sum of RGB (Red+Green+Blue) = 254+90+231=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AE7 is #01A518. Grayscale: #9A9A9A. Windows color (decimal): -107801 or 15162110. OLE color: 15162110.

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

Color convert

RGB 254 90 231 -
CMYK 0 0.65 0.09 0.00
HSL 308.41º 0.99% 0.67% -
HSV(B) 308.41º 0.65% 1% -
XYZ 58.95 34.15 79.09 -
YUV 155.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 254 90 231 0 0.65 0.09 0.00 308.41 0.99 0.67
Hex FE 5A E7 0 41 9 0 134 63 43
Octal 376 132 347 0 101 11 0 464 143 103
Binary 11111110 1011010 11100111 0 1000001 1001 0 100110100 1100011 1000011

Color Harmonies of #FE5AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AE7

Black with #FE5AE7

Text Example


Text Example

White with #FE5AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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