Html Css Color HEX #FE85DD Pale Magenta

📋 copy color: '#FE85DD'

red 254 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #FE85DD

Tints of Pale Magenta #FE85DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.88%

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

R = 41.78%
G = 21.88%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE85DD (or 0xFE85DD) is known color: Pale Magenta. HEX triplet: FE, 85 and DD. RGB value is (254,133,221). Sum of RGB (Red+Green+Blue) = 254+133+221=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85DD is #017A22. Grayscale: #B2B2B2. Windows color (decimal): -96803 or 14517758. OLE color: 14517758.

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

Color convert

RGB 254 133 221 -
CMYK 0 0.48 0.13 0.00
HSL 316.36º 0.98% 0.76% -
HSV(B) 316.36º 0.48% 1% -
XYZ 62.31 43.07 73.44 -
YUV 179.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 254 133 221 0 0.48 0.13 0.00 316.36 0.98 0.76
Hex FE 85 DD 0 30 D 0 13C 62 4C
Octal 376 205 335 0 60 15 0 474 142 114
Binary 11111110 10000101 11011101 0 110000 1101 0 100111100 1100010 1001100

Color Harmonies of #FE85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85DD

Black with #FE85DD

Text Example


Text Example

White with #FE85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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