Html Css Color HEX #FE56FB Pink Flamingo

📋 copy color: '#FE56FB'

red 254 ◦ green 86 ◦ blue 251

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

Shades of Pink Flamingo #FE56FB

Tints of Pink Flamingo #FE56FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 42.98%
G = 14.55%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE56FB (or 0xFE56FB) is known color: Pink Flamingo. HEX triplet: FE, 56 and FB. RGB value is (254,86,251). Sum of RGB (Red+Green+Blue) = 254+86+251=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 86 (33.98% from 255 or 14.55% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56FB is #01A904. Grayscale: #9A9A9A. Windows color (decimal): -108805 or 16471806. OLE color: 16471806.

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

Color convert

RGB 254 86 251 -
CMYK 0 0.66 0.01 0.00
HSL 301.07º 0.99% 0.67% -
HSV(B) 301.07º 0.66% 1% -
XYZ 61.61 34.69 94.72 -
YUV 155.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 254 86 251 0 0.66 0.01 0.00 301.07 0.99 0.67
Hex FE 56 FB 0 42 1 0 12D 63 43
Octal 376 126 373 0 102 1 0 455 143 103
Binary 11111110 1010110 11111011 0 1000010 1 0 100101101 1100011 1000011

Color Harmonies of #FE56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56FB

Black with #FE56FB

Text Example


Text Example

White with #FE56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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