Html Css Color HEX #FD85E3 Pale Magenta

📋 copy color: '#FD85E3'

red 253 ◦ green 133 ◦ blue 227

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

Shades of Pale Magenta #FD85E3

Tints of Pale Magenta #FD85E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.03%

R = 41.27%
G = 21.7%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD85E3 (or 0xFD85E3) is known color: Pale Magenta. HEX triplet: FD, 85 and E3. RGB value is (253,133,227). Sum of RGB (Red+Green+Blue) = 253+133+227=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85E3 is #027A1C. Grayscale: #B3B3B3. Windows color (decimal): -162333 or 14910973. OLE color: 14910973.

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

Color convert

RGB 253 133 227 -
CMYK 0 0.47 0.10 0.01
HSL 313º 0.97% 0.76% -
HSV(B) 313º 0.47% 0.99% -
XYZ 62.76 43.2 77.7 -
YUV 179.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 253 133 227 0 0.47 0.10 0.01 313 0.97 0.76
Hex FD 85 E3 0 2F A 1 139 61 4C
Octal 375 205 343 0 57 12 1 471 141 114
Binary 11111101 10000101 11100011 0 101111 1010 1 100111001 1100001 1001100

Color Harmonies of #FD85E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85E3

Black with #FD85E3

Text Example


Text Example

White with #FD85E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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