#FD5EEE

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

Shades of Pink Flamingo #FD5EEE

Tints of Pink Flamingo #FD5EEE

Color information

#FD5EEE (or 0xFD5EEE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5E and EE. RGB value is (253,94,238). Sum of RGB (Red+Green+Blue) = 253+94+238=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5EEE is #02A111. Grayscale: #9D9D9D. Windows color (decimal): -172306 or 15621885. OLE color: 15621885.

HSL color Cylindrical-coordinate representation of color #FD5EEE: hue angle of 305.66º 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 #FD5EEE is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25394238-
CMYK00.630.060.01
HSL305.66º97.55%68.04%-
HSV(B)305.66º62.85%99.22%-
XYZ59.9435.0684.5-
YUV157.96173.18195.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 94 (37.11% from 255) = 16.07%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=43.25%
G=16.07%
B=40.68%

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
Decimal2539423800.630.060.01305.6697.5568.04
HexFD5EEE03F611326244
Octal37513635607761462142104
Binary111111011011110111011100111111110110011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5EEE; }

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

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

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

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

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

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

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

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