#FD5DEE

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

Shades of Pink Flamingo #FD5DEE

Tints of Pink Flamingo #FD5DEE

Color information

#FD5DEE (or 0xFD5DEE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5D and EE. RGB value is (253,93,238). Sum of RGB (Red+Green+Blue) = 253+93+238=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5DEE is #02A211. Grayscale: #9C9C9C. Windows color (decimal): -172562 or 15621629. OLE color: 15621629.

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

Color convert

RGB25393238-
CMYK00.630.060.01
HSL305.62º97.56%67.84%-
HSV(B)305.62º63.24%99.22%-
XYZ59.8534.8884.47-
YUV157.37173.51196.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 93 (36.72% from 255) = 15.92%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=43.32%
G=15.92%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539323800.630.060.01305.6297.5667.84
HexFD5DEE03F611326244
Octal37513535607761462142104
Binary111111011011101111011100111111110110011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5DEE; }

 p { color: rgb(253,93,238); }

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

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

 a { background-color: rgb(253,93,238); }

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

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

 span { border-color: rgb(253,93,238); }

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