Html Css Color HEX #FE5DE6 Pink Flamingo

📋 copy color: '#FE5DE6'

red 254 ◦ green 93 ◦ blue 230

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

Shades of Pink Flamingo #FE5DE6

Tints of Pink Flamingo #FE5DE6

RGB

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

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

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

R = 44.02%
G = 16.12%
B = 39.86%

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

#FE5DE6 (or 0xFE5DE6) is known color: Pink Flamingo. HEX triplet: FE, 5D and E6. RGB value is (254,93,230). Sum of RGB (Red+Green+Blue) = 254+93+230=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DE6 is #01A219. Grayscale: #9C9C9C. Windows color (decimal): -107034 or 15097342. OLE color: 15097342.

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

Color convert

RGB 254 93 230 -
CMYK 0 0.63 0.09 0.00
HSL 308.94º 0.99% 0.68% -
HSV(B) 308.94º 0.63% 1% -
XYZ 59.07 34.61 78.43 -
YUV 156.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 254 93 230 0 0.63 0.09 0.00 308.94 0.99 0.68
Hex FE 5D E6 0 3F 9 0 135 63 44
Octal 376 135 346 0 77 11 0 465 143 104
Binary 11111110 1011101 11100110 0 111111 1001 0 100110101 1100011 1000100

Color Harmonies of #FE5DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DE6

Black with #FE5DE6

Text Example


Text Example

White with #FE5DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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