Html Css Color HEX #FE56FF Pink Flamingo

📋 copy color: '#FE56FF'

red 254 ◦ green 86 ◦ blue 255

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

Shades of Pink Flamingo #FE56FF

Tints of Pink Flamingo #FE56FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.86%

R = 42.69%
G = 14.45%
B = 42.86%

CMYK

 C value IS 0.00

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE56FF (or 0xFE56FF) is known color: Pink Flamingo. HEX triplet: FE, 56 and FF. RGB value is (254,86,255). Sum of RGB (Red+Green+Blue) = 254+86+255=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 86 (33.98% from 255 or 14.45% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE56FF is #01A900. Grayscale: #9A9A9A. Windows color (decimal): -108801 or 16733950. OLE color: 16733950.

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

Color convert

RGB 254 86 255 -
CMYK 0.00 0.66 0 0
HSL 299.65º 1% 0.67% -
HSV(B) 299.65º 0.66% 1% -
XYZ 62.25 34.95 98.07 -
YUV 155.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 254 86 255 0.00 0.66 0 0 299.65 1 0.67
Hex FE 56 FF 0 42 0 0 12C 64 43
Octal 376 126 377 0 102 0 0 454 144 103
Binary 11111110 1010110 11111111 0 1000010 0 0 100101100 1100100 1000011

Color Harmonies of #FE56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56FF

Black with #FE56FF

Text Example


Text Example

White with #FE56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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