Html Css Color HEX #FC85E4 Pale Magenta

📋 copy color: '#FC85E4'

red 252 ◦ green 133 ◦ blue 228

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

Shades of Pale Magenta #FC85E4

Tints of Pale Magenta #FC85E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 41.11%
G = 21.7%
B = 37.19%

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

#FC85E4 (or 0xFC85E4) is known color: Pale Magenta. HEX triplet: FC, 85 and E4. RGB value is (252,133,228). Sum of RGB (Red+Green+Blue) = 252+133+228=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85E4 is #037A1B. Grayscale: #B3B3B3. Windows color (decimal): -227868 or 14976508. OLE color: 14976508.

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

Color convert

RGB 252 133 228 -
CMYK 0 0.47 0.10 0.01
HSL 312.1º 0.95% 0.75% -
HSV(B) 312.1º 0.47% 0.99% -
XYZ 62.54 43.07 78.42 -
YUV 179.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 252 133 228 0 0.47 0.10 0.01 312.1 0.95 0.75
Hex FC 85 E4 0 2F A 1 138 5F 4B
Octal 374 205 344 0 57 12 1 470 137 113
Binary 11111100 10000101 11100100 0 101111 1010 1 100111000 1011111 1001011

Color Harmonies of #FC85E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85E4

Black with #FC85E4

Text Example


Text Example

White with #FC85E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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