Html Css Color HEX #FE5DEA Pink Flamingo

📋 copy color: '#FE5DEA'

red 254 ◦ green 93 ◦ blue 234

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

Shades of Pink Flamingo #FE5DEA

Tints of Pink Flamingo #FE5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.01%

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 43.72%
G = 16.01%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE5DEA (or 0xFE5DEA) is known color: Pink Flamingo. HEX triplet: FE, 5D and EA. RGB value is (254,93,234). Sum of RGB (Red+Green+Blue) = 254+93+234=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DEA is #01A215. Grayscale: #9C9C9C. Windows color (decimal): -107030 or 15359486. OLE color: 15359486.

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

Color convert

RGB 254 93 234 -
CMYK 0 0.63 0.08 0.00
HSL 307.45º 0.99% 0.68% -
HSV(B) 307.45º 0.63% 1% -
XYZ 59.64 34.84 81.42 -
YUV 157.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 254 93 234 0 0.63 0.08 0.00 307.45 0.99 0.68
Hex FE 5D EA 0 3F 8 0 133 63 44
Octal 376 135 352 0 77 10 0 463 143 104
Binary 11111110 1011101 11101010 0 111111 1000 0 100110011 1100011 1000100

Color Harmonies of #FE5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DEA

Black with #FE5DEA

Text Example


Text Example

White with #FE5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DEA; }

 p { color: rgb(254,93,234); }

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

background-color css

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

 a { background-color: rgb(254,93,234); }

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

border-color css

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

 span { border-color: rgb(254,93,234); }

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