Html Css Color HEX #FE5BED Pink Flamingo

📋 copy color: '#FE5BED'

red 254 ◦ green 91 ◦ blue 237

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

Shades of Pink Flamingo #FE5BED

Tints of Pink Flamingo #FE5BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 43.64%
G = 15.64%
B = 40.72%

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

#FE5BED (or 0xFE5BED) is known color: Pink Flamingo. HEX triplet: FE, 5B and ED. RGB value is (254,91,237). Sum of RGB (Red+Green+Blue) = 254+91+237=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 91 (35.94% from 255 or 15.64% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BED is #01A412. Grayscale: #9B9B9B. Windows color (decimal): -107539 or 15555582. OLE color: 15555582.

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

Color convert

RGB 254 91 237 -
CMYK 0 0.64 0.07 0.00
HSL 306.26º 0.99% 0.68% -
HSV(B) 306.26º 0.64% 1% -
XYZ 59.9 34.67 83.66 -
YUV 156.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 254 91 237 0 0.64 0.07 0.00 306.26 0.99 0.68
Hex FE 5B ED 0 40 7 0 132 63 44
Octal 376 133 355 0 100 7 0 462 143 104
Binary 11111110 1011011 11101101 0 1000000 111 0 100110010 1100011 1000100

Color Harmonies of #FE5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BED

Black with #FE5BED

Text Example


Text Example

White with #FE5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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