Html Css Color HEX #FC85EC Pale Magenta

📋 copy color: '#FC85EC'

red 252 ◦ green 133 ◦ blue 236

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

Shades of Pale Magenta #FC85EC

Tints of Pale Magenta #FC85EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38%

R = 40.58%
G = 21.42%
B = 38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC85EC (or 0xFC85EC) is known color: Pale Magenta. HEX triplet: FC, 85 and EC. RGB value is (252,133,236). Sum of RGB (Red+Green+Blue) = 252+133+236=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85EC is #037A13. Grayscale: #B4B4B4. Windows color (decimal): -227860 or 15500796. OLE color: 15500796.

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

Color convert

RGB 252 133 236 -
CMYK 0 0.47 0.06 0.01
HSL 308.07º 0.95% 0.75% -
HSV(B) 308.07º 0.47% 0.99% -
XYZ 63.67 43.53 84.4 -
YUV 180.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 252 133 236 0 0.47 0.06 0.01 308.07 0.95 0.75
Hex FC 85 EC 0 2F 6 1 134 5F 4B
Octal 374 205 354 0 57 6 1 464 137 113
Binary 11111100 10000101 11101100 0 101111 110 1 100110100 1011111 1001011

Color Harmonies of #FC85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85EC

Black with #FC85EC

Text Example


Text Example

White with #FC85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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