Html Css Color HEX #FD6EE2 Pale Magenta

📋 copy color: '#FD6EE2'

red 253 ◦ green 110 ◦ blue 226

#FD6EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FD6EE2

Tints of Pale Magenta #FD6EE2

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 value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD6EE2 (or 0xFD6EE2) is known color: 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

RGB 253 110 226 -
CMYK 0 0.57 0.11 0.01
HSL 311.33º 0.97% 0.71% -
HSV(B) 311.33º 0.57% 0.99% -
XYZ 59.81 37.53 76.04 -
YUV 165.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 253 110 226 0 0.57 0.11 0.01 311.33 0.97 0.71
Hex FD 6E E2 0 39 B 1 137 61 47
Octal 375 156 342 0 71 13 1 467 141 107
Binary 11111101 1101110 11100010 0 111001 1011 1 100110111 1100001 1000111

Color Harmonies of #FD6EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EE2

Black with #FD6EE2

Text Example


Text Example

White with #FD6EE2

Text Example


Text Example

HTML Codes & Css Web 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>