Html Css Color HEX #FE6DDD Pale Magenta

📋 copy color: '#FE6DDD'

red 254 ◦ green 109 ◦ blue 221

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

Shades of Pale Magenta #FE6DDD

Tints of Pale Magenta #FE6DDD

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

 GREEN value IS 109 (42.97% from 255) = 18.66%

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

R = 43.49%
G = 18.66%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE6DDD (or 0xFE6DDD) is known color: Pale Magenta. HEX triplet: FE, 6D and DD. RGB value is (254,109,221). Sum of RGB (Red+Green+Blue) = 254+109+221=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DDD is #019222. Grayscale: #A4A4A4. Windows color (decimal): -102947 or 14511614. OLE color: 14511614.

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

Color convert

RGB 254 109 221 -
CMYK 0 0.57 0.13 0.00
HSL 313.66º 0.99% 0.71% -
HSV(B) 313.66º 0.57% 1% -
XYZ 59.39 37.23 72.46 -
YUV 165.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 254 109 221 0 0.57 0.13 0.00 313.66 0.99 0.71
Hex FE 6D DD 0 39 D 0 13A 63 47
Octal 376 155 335 0 71 15 0 472 143 107
Binary 11111110 1101101 11011101 0 111001 1101 0 100111010 1100011 1000111

Color Harmonies of #FE6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DDD

Black with #FE6DDD

Text Example


Text Example

White with #FE6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DDD; }

 p { color: rgb(254,109,221); }

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

background-color css

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

 a { background-color: rgb(254,109,221); }

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

border-color css

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

 span { border-color: rgb(254,109,221); }

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