Html Css Color HEX #FE56E8 Pink Flamingo

📋 copy color: '#FE56E8'

red 254 ◦ green 86 ◦ blue 232

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

Shades of Pink Flamingo #FE56E8

Tints of Pink Flamingo #FE56E8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.03%

 BLUE value IS 232 (91.02% from 255) = 40.56%

R = 44.41%
G = 15.03%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE56E8 (or 0xFE56E8) is known color: Pink Flamingo. HEX triplet: FE, 56 and E8. RGB value is (254,86,232). Sum of RGB (Red+Green+Blue) = 254+86+232=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 86 (33.98% from 255 or 15.03% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56E8 is #01A917. Grayscale: #989898. Windows color (decimal): -108824 or 15226622. OLE color: 15226622.

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

Color convert

RGB 254 86 232 -
CMYK 0 0.66 0.09 0.00
HSL 307.86º 0.99% 0.67% -
HSV(B) 307.86º 0.66% 1% -
XYZ 58.77 33.55 79.72 -
YUV 152.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 254 86 232 0 0.66 0.09 0.00 307.86 0.99 0.67
Hex FE 56 E8 0 42 9 0 134 63 43
Octal 376 126 350 0 102 11 0 464 143 103
Binary 11111110 1010110 11101000 0 1000010 1001 0 100110100 1100011 1000011

Color Harmonies of #FE56E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56E8

Black with #FE56E8

Text Example


Text Example

White with #FE56E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56E8; }

 p { color: rgb(254,86,232); }

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

background-color css

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

 a { background-color: rgb(254,86,232); }

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

border-color css

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

 span { border-color: rgb(254,86,232); }

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