Html Css Color HEX #FC85EF Pale Magenta

📋 copy color: '#FC85EF'

red 252 ◦ green 133 ◦ blue 239

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

Shades of Pale Magenta #FC85EF

Tints of Pale Magenta #FC85EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 40.38%
G = 21.31%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC85EF (or 0xFC85EF) is known color: Pale Magenta. HEX triplet: FC, 85 and EF. RGB value is (252,133,239). Sum of RGB (Red+Green+Blue) = 252+133+239=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85EF is #037A10. Grayscale: #B4B4B4. Windows color (decimal): -227857 or 15697404. OLE color: 15697404.

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

Color convert

RGB 252 133 239 -
CMYK 0 0.47 0.05 0.01
HSL 306.55º 0.95% 0.75% -
HSV(B) 306.55º 0.47% 0.99% -
XYZ 64.11 43.7 86.72 -
YUV 180.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 252 133 239 0 0.47 0.05 0.01 306.55 0.95 0.75
Hex FC 85 EF 0 2F 5 1 133 5F 4B
Octal 374 205 357 0 57 5 1 463 137 113
Binary 11111100 10000101 11101111 0 101111 101 1 100110011 1011111 1001011

Color Harmonies of #FC85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85EF

Black with #FC85EF

Text Example


Text Example

White with #FC85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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