Html Css Color HEX #FE5AED Pink Flamingo

📋 copy color: '#FE5AED'

red 254 ◦ green 90 ◦ blue 237

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

Shades of Pink Flamingo #FE5AED

Tints of Pink Flamingo #FE5AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 43.72%
G = 15.49%
B = 40.79%

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

#FE5AED (or 0xFE5AED) is known color: Pink Flamingo. HEX triplet: FE, 5A and ED. RGB value is (254,90,237). Sum of RGB (Red+Green+Blue) = 254+90+237=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 90 (35.55% from 255 or 15.49% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AED is #01A512. Grayscale: #9B9B9B. Windows color (decimal): -107795 or 15555326. OLE color: 15555326.

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

Color convert

RGB 254 90 237 -
CMYK 0 0.65 0.07 0.00
HSL 306.22º 0.99% 0.67% -
HSV(B) 306.22º 0.65% 1% -
XYZ 59.82 34.5 83.63 -
YUV 155.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 254 90 237 0 0.65 0.07 0.00 306.22 0.99 0.67
Hex FE 5A ED 0 41 7 0 132 63 43
Octal 376 132 355 0 101 7 0 462 143 103
Binary 11111110 1011010 11101101 0 1000001 111 0 100110010 1100011 1000011

Color Harmonies of #FE5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AED

Black with #FE5AED

Text Example


Text Example

White with #FE5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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