Html Css Color HEX #FE5BFF Pink Flamingo

📋 copy color: '#FE5BFF'

red 254 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #FE5BFF

Tints of Pink Flamingo #FE5BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 42.33%
G = 15.17%
B = 42.5%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE5BFF (or 0xFE5BFF) is known color: Pink Flamingo. HEX triplet: FE, 5B and FF. RGB value is (254,91,255). Sum of RGB (Red+Green+Blue) = 254+91+255=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 91 (35.94% from 255 or 15.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BFF is #01A400. Grayscale: #9D9D9D. Windows color (decimal): -107521 or 16735230. OLE color: 16735230.

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

Color convert

RGB 254 91 255 -
CMYK 0.00 0.64 0 0
HSL 299.63º 1% 0.68% -
HSV(B) 299.63º 0.64% 1% -
XYZ 62.66 35.77 98.21 -
YUV 158.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 254 91 255 0.00 0.64 0 0 299.63 1 0.68
Hex FE 5B FF 0 40 0 0 12C 64 44
Octal 376 133 377 0 100 0 0 454 144 104
Binary 11111110 1011011 11111111 0 1000000 0 0 100101100 1100100 1000100

Color Harmonies of #FE5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BFF

Black with #FE5BFF

Text Example


Text Example

White with #FE5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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