Html Css Color HEX #FC85E7 Pale Magenta

📋 copy color: '#FC85E7'

red 252 ◦ green 133 ◦ blue 231

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

Shades of Pale Magenta #FC85E7

Tints of Pale Magenta #FC85E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.5%

R = 40.91%
G = 21.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC85E7 (or 0xFC85E7) is known color: Pale Magenta. HEX triplet: FC, 85 and E7. RGB value is (252,133,231). Sum of RGB (Red+Green+Blue) = 252+133+231=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85E7 is #037A18. Grayscale: #B3B3B3. Windows color (decimal): -227865 or 15173116. OLE color: 15173116.

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

Color convert

RGB 252 133 231 -
CMYK 0 0.47 0.08 0.01
HSL 310.59º 0.95% 0.75% -
HSV(B) 310.59º 0.47% 0.99% -
XYZ 62.96 43.24 80.63 -
YUV 179.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 252 133 231 0 0.47 0.08 0.01 310.59 0.95 0.75
Hex FC 85 E7 0 2F 8 1 137 5F 4B
Octal 374 205 347 0 57 10 1 467 137 113
Binary 11111100 10000101 11100111 0 101111 1000 1 100110111 1011111 1001011

Color Harmonies of #FC85E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85E7

Black with #FC85E7

Text Example


Text Example

White with #FC85E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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