Html Css Color HEX #FD6EDE Pale Magenta

📋 copy color: '#FD6EDE'

red 253 ◦ green 110 ◦ blue 222

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

Shades of Pale Magenta #FD6EDE

Tints of Pale Magenta #FD6EDE

RGB

 RED value IS 253 (99.22% from 255) = 43.25%

 GREEN value IS 110 (43.36% from 255) = 18.8%

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 43.25%
G = 18.8%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD6EDE (or 0xFD6EDE) is known color: Pale Magenta. HEX triplet: FD, 6E and DE. RGB value is (253,110,222). Sum of RGB (Red+Green+Blue) = 253+110+222=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EDE is #029121. Grayscale: #A5A5A5. Windows color (decimal): -168226 or 14577405. OLE color: 14577405.

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

Color convert

RGB 253 110 222 -
CMYK 0 0.57 0.12 0.01
HSL 313.01º 0.97% 0.71% -
HSV(B) 313.01º 0.57% 0.99% -
XYZ 59.27 37.31 73.18 -
YUV 165.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 253 110 222 0 0.57 0.12 0.01 313.01 0.97 0.71
Hex FD 6E DE 0 39 C 1 139 61 47
Octal 375 156 336 0 71 14 1 471 141 107
Binary 11111101 1101110 11011110 0 111001 1100 1 100111001 1100001 1000111

Color Harmonies of #FD6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EDE

Black with #FD6EDE

Text Example


Text Example

White with #FD6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EDE; }

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

 H1.HeaderClassName
 {
   color: #FD6EDE;
 }
 .AnyTagClassName
 {
   color: #FD6EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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