Html Css Color HEX #FC85E2 Pale Magenta

📋 copy color: '#FC85E2'

red 252 ◦ green 133 ◦ blue 226

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

Shades of Pale Magenta #FC85E2

Tints of Pale Magenta #FC85E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.99%

R = 41.24%
G = 21.77%
B = 36.99%

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

#FC85E2 (or 0xFC85E2) is known color: Pale Magenta. HEX triplet: FC, 85 and E2. RGB value is (252,133,226). Sum of RGB (Red+Green+Blue) = 252+133+226=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85E2 is #037A1D. Grayscale: #B2B2B2. Windows color (decimal): -227870 or 14845436. OLE color: 14845436.

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

Color convert

RGB 252 133 226 -
CMYK 0 0.47 0.10 0.01
HSL 313.11º 0.95% 0.75% -
HSV(B) 313.11º 0.47% 0.99% -
XYZ 62.26 42.96 76.96 -
YUV 179.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 252 133 226 0 0.47 0.10 0.01 313.11 0.95 0.75
Hex FC 85 E2 0 2F A 1 139 5F 4B
Octal 374 205 342 0 57 12 1 471 137 113
Binary 11111100 10000101 11100010 0 101111 1010 1 100111001 1011111 1001011

Color Harmonies of #FC85E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85E2

Black with #FC85E2

Text Example


Text Example

White with #FC85E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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