Html Css Color HEX #FE5BEF Pink Flamingo

📋 copy color: '#FE5BEF'

red 254 ◦ green 91 ◦ blue 239

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

Shades of Pink Flamingo #FE5BEF

Tints of Pink Flamingo #FE5BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 43.49%
G = 15.58%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE5BEF (or 0xFE5BEF) is known color: Pink Flamingo. HEX triplet: FE, 5B and EF. RGB value is (254,91,239). Sum of RGB (Red+Green+Blue) = 254+91+239=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 91 (35.94% from 255 or 15.58% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BEF is #01A410. Grayscale: #9C9C9C. Windows color (decimal): -107537 or 15686654. OLE color: 15686654.

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

Color convert

RGB 254 91 239 -
CMYK 0 0.64 0.06 0.00
HSL 305.52º 0.99% 0.68% -
HSV(B) 305.52º 0.64% 1% -
XYZ 60.19 34.79 85.2 -
YUV 156.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 254 91 239 0 0.64 0.06 0.00 305.52 0.99 0.68
Hex FE 5B EF 0 40 6 0 132 63 44
Octal 376 133 357 0 100 6 0 462 143 104
Binary 11111110 1011011 11101111 0 1000000 110 0 100110010 1100011 1000100

Color Harmonies of #FE5BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BEF

Black with #FE5BEF

Text Example


Text Example

White with #FE5BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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