Html Css Color HEX #FC85D9 Pale Magenta

📋 copy color: '#FC85D9'

red 252 ◦ green 133 ◦ blue 217

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

Shades of Pale Magenta #FC85D9

Tints of Pale Magenta #FC85D9

RGB

 RED value IS 252 (98.83% from 255) = 41.86%

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

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 41.86%
G = 22.09%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC85D9 (or 0xFC85D9) is known color: Pale Magenta. HEX triplet: FC, 85 and D9. RGB value is (252,133,217). Sum of RGB (Red+Green+Blue) = 252+133+217=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85D9 is #037A26. Grayscale: #B1B1B1. Windows color (decimal): -227879 or 14255612. OLE color: 14255612.

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

Color convert

RGB 252 133 217 -
CMYK 0 0.47 0.14 0.01
HSL 317.65º 0.95% 0.75% -
HSV(B) 317.65º 0.47% 0.99% -
XYZ 61.06 42.48 70.63 -
YUV 178.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 252 133 217 0 0.47 0.14 0.01 317.65 0.95 0.75
Hex FC 85 D9 0 2F E 1 13E 5F 4B
Octal 374 205 331 0 57 16 1 476 137 113
Binary 11111100 10000101 11011001 0 101111 1110 1 100111110 1011111 1001011

Color Harmonies of #FC85D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85D9

Black with #FC85D9

Text Example


Text Example

White with #FC85D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85D9; }

 p { color: rgb(252,133,217); }

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

background-color css

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

 a { background-color: rgb(252,133,217); }

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

border-color css

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

 span { border-color: rgb(252,133,217); }

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