Html Css Color HEX #FC86E6 Pale Magenta

📋 copy color: '#FC86E6'

red 252 ◦ green 134 ◦ blue 230

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

Shades of Pale Magenta #FC86E6

Tints of Pale Magenta #FC86E6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.75%

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 40.91%
G = 21.75%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC86E6 (or 0xFC86E6) is known color: Pale Magenta. HEX triplet: FC, 86 and E6. RGB value is (252,134,230). Sum of RGB (Red+Green+Blue) = 252+134+230=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86E6 is #037919. Grayscale: #B3B3B3. Windows color (decimal): -227610 or 15107836. OLE color: 15107836.

HSL color Cylindrical-coordinate representation of color #FC86E6: hue angle of 311.19º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86E6 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 230 -
CMYK 0 0.47 0.09 0.01
HSL 311.19º 0.95% 0.76% -
HSV(B) 311.19º 0.47% 0.99% -
XYZ 62.95 43.46 79.93 -
YUV 180.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 252 134 230 0 0.47 0.09 0.01 311.19 0.95 0.76
Hex FC 86 E6 0 2F 9 1 137 5F 4C
Octal 374 206 346 0 57 11 1 467 137 114
Binary 11111100 10000110 11100110 0 101111 1001 1 100110111 1011111 1001100

Color Harmonies of #FC86E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86E6

Black with #FC86E6

Text Example


Text Example

White with #FC86E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86E6; }

 p { color: rgb(252,134,230); }

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

background-color css

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

 a { background-color: rgb(252,134,230); }

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

border-color css

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

 span { border-color: rgb(252,134,230); }

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