#FD6EE2

Color #FD6EE2 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FD6EE2

Tints of Pale Magenta #FD6EE2

Color information

#FD6EE2 (or 0xFD6EE2) is unknown color: approx Pale Magenta. HEX triplet: FD, 6E and E2. RGB value is (253,110,226). Sum of RGB (Red+Green+Blue) = 253+110+226=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EE2 is #02911D. Grayscale: #A5A5A5. Windows color (decimal): -168222 or 14839549. OLE color: 14839549.

HSL color Cylindrical-coordinate representation of color #FD6EE2: hue angle of 311.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6EE2 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253110226-
CMYK00.570.110.01
HSL311.33º97.28%71.18%-
HSV(B)311.33º56.52%99.22%-
XYZ59.8137.5376.04-
YUV165.98161.88190.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 110 (43.36% from 255) = 18.68%
BLUE value IS 226 (88.67% from 255) = 38.37%
R=42.95%
G=18.68%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311022600.570.110.01311.3397.2871.18
HexFD6EE2039B11376147
Octal375156342071131467141107
Binary1111110111011101110001001110011011110011011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6EE2; }

 p { color: rgb(253,110,226); }

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

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

 a { background-color: rgb(253,110,226); }

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

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

 span { border-color: rgb(253,110,226); }

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