Html Css Color HEX #FE5EE8 Pink Flamingo

📋 copy color: '#FE5EE8'

red 254 ◦ green 94 ◦ blue 232

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

Shades of Pink Flamingo #FE5EE8

Tints of Pink Flamingo #FE5EE8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.21%

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

R = 43.79%
G = 16.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE5EE8 (or 0xFE5EE8) is known color: Pink Flamingo. HEX triplet: FE, 5E and E8. RGB value is (254,94,232). Sum of RGB (Red+Green+Blue) = 254+94+232=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EE8 is #01A117. Grayscale: #9D9D9D. Windows color (decimal): -106776 or 15228670. OLE color: 15228670.

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

Color convert

RGB 254 94 232 -
CMYK 0 0.63 0.09 0.00
HSL 308.25º 0.99% 0.68% -
HSV(B) 308.25º 0.63% 1% -
XYZ 59.44 34.9 79.95 -
YUV 157.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 254 94 232 0 0.63 0.09 0.00 308.25 0.99 0.68
Hex FE 5E E8 0 3F 9 0 134 63 44
Octal 376 136 350 0 77 11 0 464 143 104
Binary 11111110 1011110 11101000 0 111111 1001 0 100110100 1100011 1000100

Color Harmonies of #FE5EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5EE8

Black with #FE5EE8

Text Example


Text Example

White with #FE5EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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