Html Css Color HEX #FD85EC Pale Magenta

📋 copy color: '#FD85EC'

red 253 ◦ green 133 ◦ blue 236

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

Shades of Pale Magenta #FD85EC

Tints of Pale Magenta #FD85EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 40.68%
G = 21.38%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD85EC (or 0xFD85EC) is known color: Pale Magenta. HEX triplet: FD, 85 and EC. RGB value is (253,133,236). Sum of RGB (Red+Green+Blue) = 253+133+236=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD85EC is #027A13. Grayscale: #B4B4B4. Windows color (decimal): -162324 or 15500797. OLE color: 15500797.

HSL color Cylindrical-coordinate representation of color #FD85EC: hue angle of 308.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD85EC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 133 236 -
CMYK 0 0.47 0.07 0.01
HSL 308.5º 0.97% 0.76% -
HSV(B) 308.5º 0.47% 0.99% -
XYZ 64.04 43.71 84.42 -
YUV 180.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 253 133 236 0 0.47 0.07 0.01 308.5 0.97 0.76
Hex FD 85 EC 0 2F 7 1 134 61 4C
Octal 375 205 354 0 57 7 1 464 141 114
Binary 11111101 10000101 11101100 0 101111 111 1 100110100 1100001 1001100

Color Harmonies of #FD85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85EC

Black with #FD85EC

Text Example


Text Example

White with #FD85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85EC; }

 p { color: rgb(253,133,236); }

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

background-color css

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

 a { background-color: rgb(253,133,236); }

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

border-color css

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

 span { border-color: rgb(253,133,236); }

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