#FE5CEB

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

Shades of Pink Flamingo #FE5CEB

Tints of Pink Flamingo #FE5CEB

Color information

#FE5CEB (or 0xFE5CEB) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5C and EB. RGB value is (254,92,235). Sum of RGB (Red+Green+Blue) = 254+92+235=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CEB is #01A314. Grayscale: #9C9C9C. Windows color (decimal): -107285 or 15424766. OLE color: 15424766.

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

Color convert

RGB25492235-
CMYK00.640.070.00
HSL307.04º98.78%67.84%-
HSV(B)307.04º63.78%99.61%-
XYZ59.734.7282.15-
YUV156.74172.17197.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 92 (36.33% from 255) = 15.83%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=43.72%
G=15.83%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549223500.640.070.00307.0498.7867.84
HexFE5CEB040701336344
Octal376134353010070463143104
Binary1111111010111001110101101000000111010011001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CEB; }

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

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

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

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

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

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

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

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