Html Css Color HEX #FE5BE6 Pink Flamingo

📋 copy color: '#FE5BE6'

red 254 ◦ green 91 ◦ blue 230

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

Shades of Pink Flamingo #FE5BE6

Tints of Pink Flamingo #FE5BE6

RGB

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

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

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

R = 44.17%
G = 15.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE5BE6 (or 0xFE5BE6) is known color: Pink Flamingo. HEX triplet: FE, 5B and E6. RGB value is (254,91,230). Sum of RGB (Red+Green+Blue) = 254+91+230=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BE6 is #01A419. Grayscale: #9B9B9B. Windows color (decimal): -107546 or 15096830. OLE color: 15096830.

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

Color convert

RGB 254 91 230 -
CMYK 0 0.64 0.09 0.00
HSL 308.83º 0.99% 0.68% -
HSV(B) 308.83º 0.64% 1% -
XYZ 58.9 34.27 78.37 -
YUV 155.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 254 91 230 0 0.64 0.09 0.00 308.83 0.99 0.68
Hex FE 5B E6 0 40 9 0 135 63 44
Octal 376 133 346 0 100 11 0 465 143 104
Binary 11111110 1011011 11100110 0 1000000 1001 0 100110101 1100011 1000100

Color Harmonies of #FE5BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BE6

Black with #FE5BE6

Text Example


Text Example

White with #FE5BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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