Html Css Color HEX #FC86FF Fuchsia Pink

📋 copy color: '#FC86FF'

red 252 ◦ green 134 ◦ blue 255

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

Shades of Fuchsia Pink #FC86FF

Tints of Fuchsia Pink #FC86FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.78%

R = 39.31%
G = 20.9%
B = 39.78%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC86FF (or 0xFC86FF) is known color: Fuchsia Pink. HEX triplet: FC, 86 and FF. RGB value is (252,134,255). Sum of RGB (Red+Green+Blue) = 252+134+255=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 134 (52.73% from 255 or 20.90% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86FF is #037900. Grayscale: #B6B6B6. Windows color (decimal): -227585 or 16746236. OLE color: 16746236.

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

Color convert

RGB 252 134 255 -
CMYK 0.01 0.47 0 0
HSL 298.51º 1% 0.76% -
HSV(B) 298.51º 0.47% 1% -
XYZ 66.72 44.97 99.77 -
YUV 183.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 252 134 255 0.01 0.47 0 0 298.51 1 0.76
Hex FC 86 FF 1 2F 0 0 12B 64 4C
Octal 374 206 377 1 57 0 0 453 144 114
Binary 11111100 10000110 11111111 1 101111 0 0 100101011 1100100 1001100

Color Harmonies of #FC86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86FF

Black with #FC86FF

Text Example


Text Example

White with #FC86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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