#FF5CED

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

Shades of Pink Flamingo #FF5CED

Tints of Pink Flamingo #FF5CED

Color information

#FF5CED (or 0xFF5CED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5C and ED. RGB value is (255,92,237). Sum of RGB (Red+Green+Blue) = 255+92+237=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CED is #00A312. Grayscale: #9C9C9C. Windows color (decimal): -41747 or 15555839. OLE color: 15555839.

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

Color convert

RGB25592237-
CMYK00.640.070
HSL306.63º100%68.04%-
HSV(B)306.63º63.92%100%-
XYZ60.3535.0383.7-
YUV157.27173197.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 92 (36.33% from 255) = 15.75%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=43.66%
G=15.75%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559223700.640.070306.6310068.04
HexFF5CED040701336444
Octal377134355010070463144104
Binary1111111110111001110110101000000111010011001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CED; }

 p { color: rgb(255,92,237); }

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

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

 a { background-color: rgb(255,92,237); }

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

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

 span { border-color: rgb(255,92,237); }

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