Html Css Color HEX #FC86EE Pale Magenta

📋 copy color: '#FC86EE'

red 252 ◦ green 134 ◦ blue 238

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

Shades of Pale Magenta #FC86EE

Tints of Pale Magenta #FC86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 40.38%
G = 21.47%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC86EE (or 0xFC86EE) is known color: Pale Magenta. HEX triplet: FC, 86 and EE. RGB value is (252,134,238). Sum of RGB (Red+Green+Blue) = 252+134+238=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 134 (52.73% from 255 or 21.47% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86EE is #037911. Grayscale: #B4B4B4. Windows color (decimal): -227602 or 15632124. OLE color: 15632124.

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

Color convert

RGB 252 134 238 -
CMYK 0 0.47 0.06 0.01
HSL 307.12º 0.95% 0.76% -
HSV(B) 307.12º 0.47% 0.99% -
XYZ 64.1 43.92 85.99 -
YUV 181.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 252 134 238 0 0.47 0.06 0.01 307.12 0.95 0.76
Hex FC 86 EE 0 2F 6 1 133 5F 4C
Octal 374 206 356 0 57 6 1 463 137 114
Binary 11111100 10000110 11101110 0 101111 110 1 100110011 1011111 1001100

Color Harmonies of #FC86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86EE

Black with #FC86EE

Text Example


Text Example

White with #FC86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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