Html Css Color HEX #FE5EE6 Pink Flamingo

📋 copy color: '#FE5EE6'

red 254 ◦ green 94 ◦ blue 230

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

Shades of Pink Flamingo #FE5EE6

Tints of Pink Flamingo #FE5EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.79%

R = 43.94%
G = 16.26%
B = 39.79%

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

#FE5EE6 (or 0xFE5EE6) is known color: Pink Flamingo. HEX triplet: FE, 5E and E6. RGB value is (254,94,230). Sum of RGB (Red+Green+Blue) = 254+94+230=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EE6 is #01A119. Grayscale: #9C9C9C. Windows color (decimal): -106778 or 15097598. OLE color: 15097598.

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

Color convert

RGB 254 94 230 -
CMYK 0 0.63 0.09 0.00
HSL 309º 0.99% 0.68% -
HSV(B) 309º 0.63% 1% -
XYZ 59.16 34.79 78.46 -
YUV 157.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 254 94 230 0 0.63 0.09 0.00 309 0.99 0.68
Hex FE 5E E6 0 3F 9 0 135 63 44
Octal 376 136 346 0 77 11 0 465 143 104
Binary 11111110 1011110 11100110 0 111111 1001 0 100110101 1100011 1000100

Color Harmonies of #FE5EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5EE6

Black with #FE5EE6

Text Example


Text Example

White with #FE5EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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