#FE64EB

Color #FE64EB Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE64EB

Tints of Pink Flamingo #FE64EB

Color information

#FE64EB (or 0xFE64EB) is unknown color: approx Pink Flamingo. HEX triplet: FE, 64 and EB. RGB value is (254,100,235). Sum of RGB (Red+Green+Blue) = 254+100+235=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64EB is #019B14. Grayscale: #A1A1A1. Windows color (decimal): -105237 or 15426814. OLE color: 15426814.

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

Color convert

RGB254100235-
CMYK00.610.070.00
HSL307.4º98.72%69.41%-
HSV(B)307.4º60.63%99.61%-
XYZ60.4336.1882.4-
YUV161.44169.52194.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 100 (39.45% from 255) = 16.98%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=43.12%
G=16.98%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410023500.610.070.00307.498.7269.41
HexFE64EB03D701336345
Octal37614435307570463143105
Binary111111101100100111010110111101111010011001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE64EB; }

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

 H1.HeaderClassName
 {
   color: #FE64EB;
 }
 .AnyTagClassName
 {
   color: #FE64EB;
 }
</style>
background-color css

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

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

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

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

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

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