Html Css Color HEX #FE5BE9 Pink Flamingo

📋 copy color: '#FE5BE9'

red 254 ◦ green 91 ◦ blue 233

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

Shades of Pink Flamingo #FE5BE9

Tints of Pink Flamingo #FE5BE9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.74%

 BLUE value IS 233 (91.41% from 255) = 40.31%

R = 43.94%
G = 15.74%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE5BE9 (or 0xFE5BE9) is known color: Pink Flamingo. HEX triplet: FE, 5B and E9. RGB value is (254,91,233). Sum of RGB (Red+Green+Blue) = 254+91+233=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 91 (35.94% from 255 or 15.74% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BE9 is #01A416. Grayscale: #9B9B9B. Windows color (decimal): -107543 or 15293438. OLE color: 15293438.

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

Color convert

RGB 254 91 233 -
CMYK 0 0.64 0.08 0.00
HSL 307.73º 0.99% 0.68% -
HSV(B) 307.73º 0.64% 1% -
XYZ 59.32 34.44 80.61 -
YUV 155.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 254 91 233 0 0.64 0.08 0.00 307.73 0.99 0.68
Hex FE 5B E9 0 40 8 0 134 63 44
Octal 376 133 351 0 100 10 0 464 143 104
Binary 11111110 1011011 11101001 0 1000000 1000 0 100110100 1100011 1000100

Color Harmonies of #FE5BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BE9

Black with #FE5BE9

Text Example


Text Example

White with #FE5BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BE9; }

 p { color: rgb(254,91,233); }

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

background-color css

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

 a { background-color: rgb(254,91,233); }

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

border-color css

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

 span { border-color: rgb(254,91,233); }

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