Html Css Color HEX #FD6EDD Pale Magenta

📋 copy color: '#FD6EDD'

red 253 ◦ green 110 ◦ blue 221

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

Shades of Pale Magenta #FD6EDD

Tints of Pale Magenta #FD6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 43.32%
G = 18.84%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD6EDD (or 0xFD6EDD) is known color: Pale Magenta. HEX triplet: FD, 6E and DD. RGB value is (253,110,221). Sum of RGB (Red+Green+Blue) = 253+110+221=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EDD is #029122. Grayscale: #A5A5A5. Windows color (decimal): -168227 or 14511869. OLE color: 14511869.

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

Color convert

RGB 253 110 221 -
CMYK 0 0.57 0.13 0.01
HSL 313.43º 0.97% 0.71% -
HSV(B) 313.43º 0.57% 0.99% -
XYZ 59.14 37.25 72.48 -
YUV 165.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 253 110 221 0 0.57 0.13 0.01 313.43 0.97 0.71
Hex FD 6E DD 0 39 D 1 139 61 47
Octal 375 156 335 0 71 15 1 471 141 107
Binary 11111101 1101110 11011101 0 111001 1101 1 100111001 1100001 1000111

Color Harmonies of #FD6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EDD

Black with #FD6EDD

Text Example


Text Example

White with #FD6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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