Html Css Color HEX #FE5BEB Pink Flamingo

📋 copy color: '#FE5BEB'

red 254 ◦ green 91 ◦ blue 235

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

Shades of Pink Flamingo #FE5BEB

Tints of Pink Flamingo #FE5BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 43.79%
G = 15.69%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE5BEB (or 0xFE5BEB) is known color: Pink Flamingo. HEX triplet: FE, 5B and EB. RGB value is (254,91,235). Sum of RGB (Red+Green+Blue) = 254+91+235=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BEB is #01A414. Grayscale: #9B9B9B. Windows color (decimal): -107541 or 15424510. OLE color: 15424510.

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

Color convert

RGB 254 91 235 -
CMYK 0 0.64 0.07 0.00
HSL 306.99º 0.99% 0.68% -
HSV(B) 306.99º 0.64% 1% -
XYZ 59.61 34.55 82.12 -
YUV 156.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 254 91 235 0 0.64 0.07 0.00 306.99 0.99 0.68
Hex FE 5B EB 0 40 7 0 133 63 44
Octal 376 133 353 0 100 7 0 463 143 104
Binary 11111110 1011011 11101011 0 1000000 111 0 100110011 1100011 1000100

Color Harmonies of #FE5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BEB

Black with #FE5BEB

Text Example


Text Example

White with #FE5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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