#FD5FED

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

Shades of Pink Flamingo #FD5FED

Tints of Pink Flamingo #FD5FED

Color information

#FD5FED (or 0xFD5FED) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5F and ED. RGB value is (253,95,237). Sum of RGB (Red+Green+Blue) = 253+95+237=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FED is #02A012. Grayscale: #9E9E9E. Windows color (decimal): -172051 or 15556605. OLE color: 15556605.

HSL color Cylindrical-coordinate representation of color #FD5FED: hue angle of 306.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD5FED is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25395237-
CMYK00.620.060.01
HSL306.08º97.53%68.24%-
HSV(B)306.08º62.45%99.22%-
XYZ59.8935.1883.76-
YUV158.43172.35195.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 95 (37.5% from 255) = 16.24%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=43.25%
G=16.24%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539523700.620.060.01306.0897.5368.24
HexFD5FED03E611326244
Octal37513735507661462142104
Binary111111011011111111011010111110110110011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FED; }

 p { color: rgb(253,95,237); }

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

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

 a { background-color: rgb(253,95,237); }

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

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

 span { border-color: rgb(253,95,237); }

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