Html Css Color HEX #FE5BFC Pink Flamingo

📋 copy color: '#FE5BFC'

red 254 ◦ green 91 ◦ blue 252

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

Shades of Pink Flamingo #FE5BFC

Tints of Pink Flamingo #FE5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 42.55%
G = 15.24%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE5BFC (or 0xFE5BFC) is known color: Pink Flamingo. HEX triplet: FE, 5B and FC. RGB value is (254,91,252). Sum of RGB (Red+Green+Blue) = 254+91+252=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 91 (35.94% from 255 or 15.24% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BFC is #01A403. Grayscale: #9D9D9D. Windows color (decimal): -107524 or 16538622. OLE color: 16538622.

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

Color convert

RGB 254 91 252 -
CMYK 0 0.64 0.01 0.00
HSL 300.74º 0.99% 0.68% -
HSV(B) 300.74º 0.64% 1% -
XYZ 62.18 35.58 95.69 -
YUV 158.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 254 91 252 0 0.64 0.01 0.00 300.74 0.99 0.68
Hex FE 5B FC 0 40 1 0 12D 63 44
Octal 376 133 374 0 100 1 0 455 143 104
Binary 11111110 1011011 11111100 0 1000000 1 0 100101101 1100011 1000100

Color Harmonies of #FE5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BFC

Black with #FE5BFC

Text Example


Text Example

White with #FE5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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