Html Css Color HEX #FD85E6 Pale Magenta

📋 copy color: '#FD85E6'

red 253 ◦ green 133 ◦ blue 230

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

Shades of Pale Magenta #FD85E6

Tints of Pale Magenta #FD85E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 41.07%
G = 21.59%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD85E6 (or 0xFD85E6) is known color: Pale Magenta. HEX triplet: FD, 85 and E6. RGB value is (253,133,230). Sum of RGB (Red+Green+Blue) = 253+133+230=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD85E6 is #027A19. Grayscale: #B3B3B3. Windows color (decimal): -162330 or 15107581. OLE color: 15107581.

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

Color convert

RGB 253 133 230 -
CMYK 0 0.47 0.09 0.01
HSL 311.5º 0.97% 0.76% -
HSV(B) 311.5º 0.47% 0.99% -
XYZ 63.18 43.37 79.9 -
YUV 179.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 253 133 230 0 0.47 0.09 0.01 311.5 0.97 0.76
Hex FD 85 E6 0 2F 9 1 138 61 4C
Octal 375 205 346 0 57 11 1 470 141 114
Binary 11111101 10000101 11100110 0 101111 1001 1 100111000 1100001 1001100

Color Harmonies of #FD85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85E6

Black with #FD85E6

Text Example


Text Example

White with #FD85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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