Html Css Color HEX #FC86FA Fuchsia Pink

📋 copy color: '#FC86FA'

red 252 ◦ green 134 ◦ blue 250

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

Shades of Fuchsia Pink #FC86FA

Tints of Fuchsia Pink #FC86FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 39.62%
G = 21.07%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC86FA (or 0xFC86FA) is known color: Fuchsia Pink. HEX triplet: FC, 86 and FA. RGB value is (252,134,250). Sum of RGB (Red+Green+Blue) = 252+134+250=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 134 (52.73% from 255 or 21.07% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86FA is #037905. Grayscale: #B6B6B6. Windows color (decimal): -227590 or 16418556. OLE color: 16418556.

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

Color convert

RGB 252 134 250 -
CMYK 0 0.47 0.01 0.01
HSL 301.02º 0.95% 0.76% -
HSV(B) 301.02º 0.47% 0.99% -
XYZ 65.93 44.65 95.59 -
YUV 182.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 252 134 250 0 0.47 0.01 0.01 301.02 0.95 0.76
Hex FC 86 FA 0 2F 1 1 12D 5F 4C
Octal 374 206 372 0 57 1 1 455 137 114
Binary 11111100 10000110 11111010 0 101111 1 1 100101101 1011111 1001100

Color Harmonies of #FC86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86FA

Black with #FC86FA

Text Example


Text Example

White with #FC86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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