Html Css Color HEX #FE5EEE Pink Flamingo

📋 copy color: '#FE5EEE'

red 254 ◦ green 94 ◦ blue 238

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

Shades of Pink Flamingo #FE5EEE

Tints of Pink Flamingo #FE5EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 43.34%
G = 16.04%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE5EEE (or 0xFE5EEE) is known color: Pink Flamingo. HEX triplet: FE, 5E and EE. RGB value is (254,94,238). Sum of RGB (Red+Green+Blue) = 254+94+238=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EEE is #01A111. Grayscale: #9D9D9D. Windows color (decimal): -106770 or 15621886. OLE color: 15621886.

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

Color convert

RGB 254 94 238 -
CMYK 0 0.63 0.06 0.00
HSL 306º 0.99% 0.68% -
HSV(B) 306º 0.63% 1% -
XYZ 60.31 35.25 84.51 -
YUV 158.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 254 94 238 0 0.63 0.06 0.00 306 0.99 0.68
Hex FE 5E EE 0 3F 6 0 132 63 44
Octal 376 136 356 0 77 6 0 462 143 104
Binary 11111110 1011110 11101110 0 111111 110 0 100110010 1100011 1000100

Color Harmonies of #FE5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5EEE

Black with #FE5EEE

Text Example


Text Example

White with #FE5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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