#FD4EEE

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

Shades of Pink Flamingo #FD4EEE

Tints of Pink Flamingo #FD4EEE

Color information

#FD4EEE (or 0xFD4EEE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 4E and EE. RGB value is (253,78,238). Sum of RGB (Red+Green+Blue) = 253+78+238=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 78 (30.86% from 255 or 13.71% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD4EEE is #02B111. Grayscale: #949494. Windows color (decimal): -176402 or 15617789. OLE color: 15617789.

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

Color convert

RGB25378238-
CMYK00.690.060.01
HSL305.14º97.77%64.9%-
HSV(B)305.14º69.17%99.22%-
XYZ58.6732.584.07-
YUV148.56178.48202.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 78 (30.86% from 255) = 13.71%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=44.46%
G=13.71%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537823800.690.060.01305.1497.7764.9
HexFD4EEE045611316241
Octal375116356010561461142101
Binary1111110110011101110111001000101110110011000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4EEE; }

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

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

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

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

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

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

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

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