Html Css Color HEX #FE5BE7 Pink Flamingo

📋 copy color: '#FE5BE7'

red 254 ◦ green 91 ◦ blue 231

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

Shades of Pink Flamingo #FE5BE7

Tints of Pink Flamingo #FE5BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 44.1%
G = 15.8%
B = 40.1%

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

#FE5BE7 (or 0xFE5BE7) is known color: Pink Flamingo. HEX triplet: FE, 5B and E7. RGB value is (254,91,231). Sum of RGB (Red+Green+Blue) = 254+91+231=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BE7 is #01A418. Grayscale: #9B9B9B. Windows color (decimal): -107545 or 15162366. OLE color: 15162366.

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

Color convert

RGB 254 91 231 -
CMYK 0 0.64 0.09 0.00
HSL 308.47º 0.99% 0.68% -
HSV(B) 308.47º 0.64% 1% -
XYZ 59.04 34.32 79.11 -
YUV 155.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 254 91 231 0 0.64 0.09 0.00 308.47 0.99 0.68
Hex FE 5B E7 0 40 9 0 134 63 44
Octal 376 133 347 0 100 11 0 464 143 104
Binary 11111110 1011011 11100111 0 1000000 1001 0 100110100 1100011 1000100

Color Harmonies of #FE5BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BE7

Black with #FE5BE7

Text Example


Text Example

White with #FE5BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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